This endpoint is included with your subscription — no per-request credits
needed.
ISO 8601 UTC datetime. Maximum 7 days lookback.
Pagination cursor from previous response.
Array of expired job IDs.
Cursor for the next batch.
Whether more batches are available.
curl "https://connect.jobo.world/api/jobs/expired?expired_since=2026-02-22T00:00:00Z&batch_size=1000" \
-H "X-Api-Key: YOUR_API_KEY"
{
"job_ids": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
],
"next_cursor": null,
"has_more": false
}