Get Job Results
Returns terminal job results. Results are never available while a job is running; requesting them before a terminal status returns `409`.
**Digitise results** include `job_id`, `type`, `status`, `usage` and `documents`.
**Extract results** include `job_id`, `type`, `status`, `usage`, `result`, `annotations` and `version`. `annotations` mirrors the result shape; every leaf has `confidence` and `sources`.
Authentication
api-subscription-keystring
API Key authentication via header
Path parameters
job_id
The unique identifier of the job
Query parameters
format
Output format of the results, e.g. json.
Response
OK
extract
Job results for the extract pipeline.
OR
digitise
Job results for the digitise pipeline.
Errors
404
Not Found Error
409
Conflict Error