v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
Get Files For Job
Endpoint to Get Files for an Extraction Job
This endpoint returns a list of files registered for an extraction job.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
Response Body
List of json objects, each containing the following fields:
| Field | Type | Description |
|---|---|---|
| job_id | str | The ID of the extraction job. |
| file_name | str | The name of the file. |
| status | str | The status of the file. Can be COMPLETED, QUEUED, or FAILED. |
Errors
- 404: If the job ID is not found.
- 500: If any other error occurs during the retrieval of files.
get/document/extraction/job_files/{extraction_job_id}
Path parameters
extraction_job_idstring required
Response
Successful Response