Skip to main content
GET
List batch
Displays a list of all available batch jobs.

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Response

data
object[]
required
An array of batch job objects.
first_id
string
required
The ID of the first batch in the list.
has_more
boolean
required
Indicates whether there are more batches available beyond this list.
last_id
string
required
The ID of the last batch in the list.
object
string
required
The object type, which is always list.
Last modified on July 3, 2026