Skip to main content
GET
cURL

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Path Parameters

id
string<uuid>
required

Unique company identifier

Query Parameters

posted_after
string<date-time>

Only return jobs whose employer posting date is on or after this date

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
page_size
integer
default:25

Number of results per page (max 100)

Required range: 1 <= x <= 100

Response

Paginated list of jobs scoped to this company

jobs
object[]
required
total
integer<int64>
required
page
integer
required
page_size
integer
required
total_pages
integer
required
facets
object
required
warnings
object[] | null

Non-fatal problems with the request. Absent entirely when there is nothing to report, so an ordinary successful search is unchanged. The same codes are published, comma-separated, on the X-Jobo-Warnings response header so a client can branch without parsing the body.

filters
object | null

How the server interpreted the filters that needed resolving. Present only when a companies filter was supplied.