Skip to main content
GET
Check batch status

Authorizations

Authorization
string
header
required

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

Path Parameters

batch_id
string
required

Response

The batch's current status.

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.

request_status
object
required

Maps each custom_id to where that request currently stands.

label
string

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