Get Job Status
API Reference
Get Job Status
Check the status of a content generation job
GET
Get Job Status
Endpoint
Authentication
No authentication required.Path Parameters
The unique identifier of the job returned from the content generation endpoint
Response
Indicates if the request was successful
Example Request
Example Response
Status Values
| Status | Description |
|---|---|
pending | Job is queued and waiting to start |
processing | Job is currently being processed |
completed | Job finished successfully |
failed | Job encountered an error |
Polling Recommendations
- Poll every 5-10 seconds for status updates
- Stop polling once status is
completedorfailed - Use exponential backoff if implementing automatic polling