Skip to main content
GET
Retrieve IDs of recently expired jobs

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Query Parameters

expired_since
string<date-time> | null

Return jobs that expired after this UTC timestamp (ISO 8601). Optional — defaults to 24 hours ago when omitted. Maximum lookback is 7 days.

cursor
string

Cursor for pagination

batch_size
integer
default:1000

Number of IDs per batch (default 1000)

Required range: 1 <= x <= 10000

Response

Batch of expired job IDs

job_ids
string<uuid>[]
required
next_cursor
string | null
required
has_more
boolean
required