List Batch Jobs
List batch processing jobs with optional filtering.
Filter by directory_id, job_type, or status. Results are paginated with configurable limit and offset.
Query parameters
Filter by directory ID
Filter by directory ID
Type of batch processing operation.
Filter by job type (PARSE, EXTRACT, CLASSIFY)
Status of a batch processing job.
Filter by job status (PENDING, RUNNING, COMPLETED, FAILED, CANCELLED)
Maximum number of jobs to return
Maximum number of jobs to return
Number of jobs to skip for pagination
Number of jobs to skip for pagination
Cookies
Response
Successful Response
Example response
{
"items": [
{
"id": "bjb-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"project_id": "proj-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"directory_id": "dir-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
}
]
}Changes
Changed in 1 of the 33 revisions of this API.2
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○