Beta
Batch Processing
List Batch Job Items
List items in a batch job with optional status filtering.
Useful for finding failed items, viewing completed items, or debugging processing issues.
get/api/v1/beta/batch-processing/{job_id}/items
Path parameters
job_idstring required
Query parameters
status'pending' | 'processing' | 'completed' | 'failed' | 'skipped' | 'cancelled'
Status of an individual file in a batch job.
Filter items by status
limitinteger
Maximum number of items to return
Maximum number of items to return
offsetinteger
Number of items to skip
Number of items to skip
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Response
Successful Response
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
- ○