v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Extraction

List Extraction Jobs

Endpoint to List Extraction Jobs

This endpoint returns a list of extraction jobs associated with the app.


Response Body

List of json objects, each containing the following fields:

FieldTypeDescription
job_idstrThe ID of the extraction job.
statusstrThe status of the extraction job.
total_file_countintThe total number of files to be extracted.
completed_file_countintThe number of files completed.
failed_file_countintThe number of files failed.
queued_filesintThe number of files queued.

Errors

  • 500: If any other error occurs during the retrieval of jobs.
get/document/extraction/list_jobs

Response

Successful Response

{"stackTrail":"paths:/document/extraction/list_jobs:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}