List batches

List batch processing jobs with pagination.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

limitintegerOptionalDefaults to 20
Maximum number of batches to return.
afterstringOptional

Cursor for pagination. Use the last_id from a previous response to get the next page.

Response

List of batches.
datalist of objects
has_moreboolean
last_idstring

Errors

401
Unauthorized Error