/jobsList jobsEvery role in your business, newest first. Cursor-paginated, and filterable by status.
curl "https://app.sortlistnow.com/api/v1/jobs?limit=20" \
-H "X-API-Key: $SORTLIST_API_KEY"{
"records": [
{
"id": "9f8c1b2e-4a77-4c21-9f1d-2b6e5a0c7d31",
"title": "Senior Backend Engineer",
"slug": "senior-backend-engineer",
"locationType": "onsite",
"employmentType": "full_time",
"status": "open"
}
],
"cursor": {
"hasMore": true,
"perPage": 20,
"totalRecords": 137,
"nextCursor": "eyJpZCI6IjlmOGMxYjJlIn0"
},
"_meta": {
"requestId": "c2a5e918-15d7-4a3e-9bb0-6d41f2c8e7aa",
"ts": "2026-09-20T10:15:00Z"
}
}- 401
AUTHENTICATION_REQUIREDKey missing, unknown, expired or revoked.