Status Values
| Status | Description |
|---|---|
pending | Job is queued and waiting to be processed |
staged | Job is prepared and staged for processing |
processing | Job is currently being processed |
failed | Job has failed due to an error |
completed | Job has completed successfully |
Endpoint
Headers
| Header | Type | Required | Description |
|---|---|---|---|
x-api-key | string | Yes | Your API key |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
job_id | string | Yes | The unique identifier of the job |
Example Request
Response
Returns the complete job information including current status and results.Authorizations
API key for authentication
Path Parameters
The unique identifier of the job
Response
200
Task information retrieved successfully