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
x-project-id
string
header
required

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