Skip to main content
GET
Get 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

Returns the current status of a batch.

id
string
required

Unique identifier for the batch.

request_counts
integer
required

Total number of requests in the batch.

created_at
integer
required

Unix timestamp of when the batch was created.

request_status
object
required

A map of custom_id to its current status.

label
string

The label for the batch, if provided.