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.

Changes

Changed in 1 of the 33 revisions of this API.2

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog