v51

latestOpenAPI 3.1.0proprietaryraw.githubusercontent.com2026-07-21411711.1 MB
/batches

List batches

List the batches for the current user

get/v2/batches

Query parameters

page_sizeinteger

The maximum number of batches to return. The service may return fewer than this value. If unspecified, at most 50 batches will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

page_tokenstring

A page token, received from a previous ListBatches call. Provide this to retrieve the subsequent page.

order_bystring

Batches can be ordered by creation time or last updated time. Use created_at for creation time or updated_at for last updated time.

Headers

X-Client-Namestring

The name of the project that is making the request.

Response

A successful response.

next_page_tokenstring

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