Skip to main content
POST
Retrieve your managed job feed

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Body

application/json

Filters for the managed job feed. Note there is no locations filter on this endpoint.

sources
string[] | null

ATS/job source identifiers (e.g. "greenhouse", "lever", "workday"). Job matches ANY provided source.

work_models
enum<string>[] | null

Filter by work model: remote, hybrid, onsite. null = all jobs

Available options:
remote,
hybrid,
onsite
posted_after
string<date-time> | null

Only return jobs posted after this date

updated_after
string<date-time> | null

Only return jobs created or updated after this UTC timestamp — incremental watermark for syncs.

cursor
string | null
batch_size
integer
default:1000
Required range: 1 <= x <= 1000

Response

Batch of jobs from managed job sources with cursor for next page

jobs
object[]
required
next_cursor
string | null
required
has_more
boolean
required