List Classify Jobs
List classify jobs with optional filtering and pagination.
Filter by status, configuration_id, specific job_ids, or creation date range.
Query parameters
Number of items per page
Number of items per page
Token for pagination
Token for pagination
Filter by job status
Filter by job status
Filter by specific job IDs
Filter by specific job IDs
Filter by configuration ID
Filter by configuration ID
Include items created at or after this timestamp (inclusive)
Include items created at or after this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Cookies
Response
Successful Response
Example response
{
"items": [
{
"configuration": {
"rules": [
{
"type": "invoice",
"description": "contains invoice number, line items, and total amount"
}
],
"parsing_configuration": {
"lang": "en",
"target_pages": "1,3,5-7",
"max_pages": 10
}
}
}
]
}Changes
Changed in 2 of the 33 revisions of this API.13
- ○
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
- ○
- ▲
removed the required property
items/items/document_input_valuefrom the response with the200statusresponse-required-property-removed
- ○
added the required property
items/items/file_inputto the response with the200statusresponse-required-property-added
- ▲