Skip to main content
GET
List batches

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

after_id
string

Only return batches created after this batch ID.

before_id
string

Only return batches created before this batch ID.

limit
integer
default:25

How many batches to return at most. Ranges from 1 to 200 and defaults to 25.

Required range: 1 <= x <= 200

Response

Your batches.

id
string
required

The batch's unique ID.

request_counts
integer
required

How many requests the batch contains.

created_at
integer
required

When the batch was created, as a Unix timestamp.

label
string

The label you gave the batch, when one was set.