Retrieve a Job
Returns the full details and current status of a retrieval job. Use this endpoint to poll for job completion.Path Parameters
| Parameter | Type | Description |
|---|---|---|
jobId | string | The retrieval job ID |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
401 | Missing or invalid API key |
404 | Job not found |
Job statuses progress through:
PENDING -> PROCESSING -> COMPLETED (or FAILED). Once a job reaches COMPLETED, use Job Results to get the signed download URLs.