v1

latestOpenAPI 3.1.02026-07-26105141.0 KB
Batches API

List batches

List batches with optional pagination.

get/batches

Query parameters

after_idstring

Return batches created after this batch ID.

before_idstring

Return batches created before this batch ID.

limitinteger

Maximum number of batches to return. Min 1, defaults to 25, max 200.

Response

List of batches.

idstring required

Unique identifier for the batch.

request_countsinteger required

Total number of requests in the batch.

created_atinteger required

Unix timestamp of when the batch was created.

labelstring

The label for the batch, if provided.