Getting job status
Endpoint
Endpoint parameters
Name | Description | Example |
---|---|---|
job_id (Required) | A numeric ID of a job you created earlier using one of the async endpoints | 42 |
Response codes
HTTP 200 OK - succeeded
HTTP 403 Forbidden - requested job belongs to another user
HTTP 404 Not Found - requested job does not exist
HTTP 500 Internal Server Error - other error (highly unlikely)
Example request
Example response
Last updated