GET /jobs/list
x-api-key: YOUR_API_KEY
api_key=YOUR_API_KEY
Name | Type | Required | Description |
---|---|---|---|
api_key | string | ✅ Yes | API key for authentication (can also be in x-api-key header) |
Header | Description |
---|---|
X-Credits-Used | Total credits used by your API key across all endpoints |
X-Credits-Used-Assess | Credits used specifically for assessment operations |
X-Credits-Remaining | Remaining credits (-1 for unlimited accounts) |
Field | Type | Description |
---|---|---|
id | string | Unique job identifier for use with other endpoints |
description | string | Original job description text |
created | string | ISO 8601 timestamp when job was created |
active | boolean | Whether the job is currently active (always true in results) |
Status Code | Description |
---|---|
401 | Unauthorized - Missing API key |
403 | Forbidden - Invalid API key |
500 | Internal Server Error |
active: true
(inactive jobs are filtered out)