v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Extraction

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

ParameterTypeDescription
extraction_job_idstrThe ID of the extraction job.

Response Body

List of json objects, each containing the following fields:

FieldTypeDescription
job_idstrThe ID of the extraction job.
file_namestrThe name of the file.
statusstrThe 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

job_idstring required
file_namestring required
statusstring required