Jobs
Check job status
Cost: free
GET
Get job status and results
Retrieves the current status and results of a specific job by its job ID. This endpoint is essential for monitoring asynchronous job progress and retrieving results when jobs complete.
This endpoint does not affect credits, but rate limits apply.
For optimal performance, avoid excessive polling.
Job lifecycle
Jobs progress through the following states:pending: job is created and queued for processingprocessing: job is actively being executedcompleted: job finished successfully with results availablefailed: job encountered an error during execution
Cost: free
Get job status and results