Skip to main content

Get async job status and result

GET 

/jobs/:job_id

Return the current status of an async job.

Poll at the interval returned in poll_interval_seconds. Once the job reaches a terminal state (completed, failed, cancelled) no further transitions occur.

result is populated only when status='completed'. error is populated only when status='failed'.

HTTP 404 — job not found.

Request

Responses

Successful Response