GET
/batchesList organization batches
Lists batches belonging to the authenticated user's organization. Use after to continue from a previous page and limit to control the number of batches returned; the response includes cursor and continuation metadata.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
afterstringoptional
A pagination cursor containing the object ID after which to return batches.
limitintegeroptional
The number of batches to return, from 1 to 100. Defaults to 20 when omitted.
200Returns a list response containing batch objects, the first and last object IDs, a `has_more` continuation flag, and the `list` object type.
dataarray<object>required
first_idstringoptional
last_idstringoptional
has_morebooleanrequired
objectstringrequired
Error handling
limit must be between 1 and 100 and defaults to 20 when omitted. When continuing pagination, after must contain the object ID that marks the last position already retrieved.