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