Get Job Status
File Endpoints
Get Job Status
Retrieve the status of an extraction job
GET
Get Job Status
Overview
Check the status of an extraction job using the job ID returned from the Extract endpoint. Use this to monitor the progress of your document extraction tasks.Endpoint
https://app.arahealth.io
Path: /v1/jobs/{job_id}
Method: GET
Authentication: None required
Path Parameters
job_id(required) - The job identifier returned from the Extract endpoint
Code Examples
Response
The response returns the current status of the job:Response Fields
job_id- The job identifierstatus- Current status of the job:pending- Job is queued and waiting to startprocessing- Job is currently being processedcompleted- Job has finished successfullyfailed- Job encountered an error
message- Descriptive message about the current status
Usage Flow
- Upload a document using the Document Upload endpoint
- Processing begins automatically, creating a job
- Poll this endpoint periodically using the
job_idto check the job status - When
statusiscompleted, the data extraction and pathway execution are complete
Example Polling Pattern
JavaScript
Authorizations
Bearer token authentication using your Alto Health API key
Path Parameters
Job identifier
Example:
"your_job_id"
