Get Job Status

View as Markdown

Returns a job’s status and page-level usage.

Terminal statuses: completed, partially_completed, failed, rejected. Results and download URLs are only available after the job reaches a terminal status.

Authentication

api-subscription-keystring
API Key authentication via header

Path parameters

job_idstringRequired
The unique identifier of the job

Response

OK
job_idstring
The unique identifier of the job.
statusstring

Current status of the job. Terminal statuses: completed, partially_completed, failed, rejected.

pipelinestring

Job pipeline: digitise or extract.

usageobject
created_atstring
Job creation timestamp.
updated_atstring
Timestamp of the last job update.

Errors

404
Not Found Error