v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
Get Job Results
Endpoint to Get Extraction Job Results
This endpoint returns the results of an extraction job, including the extracted text and tables for each file.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
Response Body
A dictionary containing the file names as keys and the extracted text and tables URLs as values.
| Field | Type | Description |
|---|---|---|
| file_name | str | The name of the file. |
| extracted_text_url | str | The presigned URL for the extracted text. |
| extracted_tables_url | str | The presigned URL for the extracted tables. |
Errors
- 404: If the job ID is not found.
- 400: If the job is not completed yet.
- 500: If any other error occurs during the retrieval of the job results.
get/document/extraction/job_results/{extraction_job_id}
Path parameters
extraction_job_idstring required
Response
Successful Response
{"stackTrail":"paths:/document/extraction/job_results/{extraction_job_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}