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_id
The unique identifier of the job
Response
Successful Response
job_id
Job identifier (UUID)
job_state
Current job state
created_at
Job creation timestamp (ISO 8601)
updated_at
Last update timestamp (ISO 8601)
storage_container_type
Storage backend type
Allowed values:
total_files
Total input files (always 1)
successful_files_count
Files that completed successfully
failed_files_count
Files that failed
error_message
Job-level error message
job_details
Per-file processing details with page metrics