v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
Get File Status
Endpoint to Get the Status of a File from an Extraction Job
This endpoint returns the status of a file from an extraction job.
Request Body
| Field | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
| file_name | str | The name of the file. |
Response Body
| Field | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
| status | str | The status of the file. Can be COMPLETED or QUEUED. |
| result_url | str | The presigned URL for the extracted text file. |
Errors
- 404: If the file is not found.
- 500: If any other error occurs during the retrieval of the file status.
post/document/extraction/file_status
Request body
Response
Successful Response