cURL
curl --request GET \ --url https://api.decart.ai/v1/jobs/{job_id} \ --header 'x-api-key: <api-key>'
{ "job_id": "<string>", "status": "pending" }
Check the status of a submitted job.
API key for authentication
The unique identifier of the job
Job status
Unique identifier for the job
Current status of the job. Poll until 'completed' or 'failed'.
pending
processing
completed
failed
Was this page helpful?