cURL
curl --request GET \ --url https://api.stardex.ai/v1/jobs \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "Senior Software Engineer", "created_at": "2024-01-10T09:00:00Z", "is_archived": false, "client_company_name": "StartupXYZ", "client_company_id": "456e7890-e12b-34d5-a678-901234567890", "job_status_name": "Active", "job_status_id": "789e0123-e45f-67g8-h901-234567890123", "candidate_count": 12 } ], "meta": { "total": 25, "offset": 0, "limit": 20 } }
Retrieve a paginated list of all jobs with basic information and candidate counts
Enter your API key as: Bearer your_api_key_here
Bearer your_api_key_here
Number of records to skip
x >= 0
Maximum number of records to return (1-100)
1 <= x <= 100
Jobs fetched
true
false
Show child attributes
Was this page helpful?