v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
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:
| Field | Type | Description |
|---|---|---|
| job_id | str | The ID of the extraction job. |
| status | str | The status of the extraction job. |
| total_file_count | int | The total number of files to be extracted. |
| completed_file_count | int | The number of files completed. |
| failed_file_count | int | The number of files failed. |
| queued_files | int | The 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"}