Skip to main content
GET
List batches
List batch jobs in your project. Use after with last_id from a previous page to paginate. Full reference: Batches API.

Authorizations

x-api-key
string
header
required

Headers

x-project-id
string

Optional project identifier. Scopes the request to a specific project when provided.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
after
string

Cursor: last_id from the previous page

Response

Batch list

object
enum<string>
Available options:
list
data
object[]
first_id
string | null
last_id
string | null
has_more
boolean