v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
Get Job Status
Endpoint to Get the Status of an Extraction Job
This endpoint returns the status of an extraction job.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
Response Body
| Field | Type | Description |
|---|---|---|
| job_id | str | The ID of the extraction job. |
| completed_file_count | int | The number of files completed. |
| total_file_count | int | The total number of files. |
| failed_file_count | int | The number of files failed. |
| status | str | The status of the extraction job. Can be CREATED, STARTED, IN_PROGRESS, COMPLETED, or COMPLETED_WITH_ERRORS. |
Errors
- 404: If the job ID is not found.
- 500: If any other error occurs during the retrieval of the job status.
get/document/extraction/job_status/{extraction_job_id}
Path parameters
extraction_job_idstring required
Response
Successful Response