v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
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

next_page_tokenstring nullable

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

total_sizeinteger nullable

The total number of items available. This is only populated when specifically requested. The value may be an estimate and can be used for display purposes only.