v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2193427579.9 KB
Batches

List all batches for the current user.

List all batches for the current user.

get/v1/batches

Query parameters

afterstring nullable

Optional cursor for pagination. Returns batches after this ID.

Optional cursor for pagination. Returns batches after this ID.

limitinteger

Maximum number of batches to return. Defaults to 20.

Maximum number of batches to return. Defaults to 20.

Response

A list of batch objects.

object'list'
first_idstring nullable

ID of the first batch in the list

last_idstring nullable

ID of the last batch in the list

has_moreboolean

Whether there are more batches available

All 93 operations