Jobs

Track long-running or asynchronous work started by other endpoints.

Get async job status

get

Poll this endpoint to learn whether a long-running task has finished, failed, or is still queued.

Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired

The job ID returned by an async endpoint such as images-to-pdf.

Responses
chevron-right
200

Job status

application/json
get
/v1/jobs/{id}
Check job status

Last updated