Get Document Intelligence Job Status

Returns the current status of a job with page-level metrics. **Job States:** - `Accepted`: Job created, awaiting file upload - `Pending`: File uploaded, waiting to start - `Running`: Processing in progress - `Completed`: All pages processed successfully - `PartiallyCompleted`: Some pages succeeded, some failed - `Failed`: All pages failed or job-level error **Page Metrics:** Response includes detailed progress: total pages, pages processed, succeeded, failed, and per-page errors.

Authentication

api-subscription-keystring
API Key authentication via header

Path parameters

job_idstringRequiredformat: "uuid"
The unique identifier of the job

Response

Successful Response
job_idstringformat: "uuid"

Job identifier (UUID)

job_stateenum
Current job state
created_atstringformat: "date-time"

Job creation timestamp (ISO 8601)

updated_atstringformat: "date-time"

Last update timestamp (ISO 8601)

storage_container_typeenum
Storage backend type
Allowed values:
total_filesinteger or nullDefaults to 0

Total input files (always 1)

successful_files_countinteger or nullDefaults to 0
Files that completed successfully
failed_files_countinteger or nullDefaults to 0
Files that failed
error_messagestring or nullDefaults to

Job-level error message

job_detailslist of objects or null

Per-file processing details with page metrics

Errors