Skip to main content
GET
List your scenario batches

Authorizations

Authorization
string
header
required

An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) is read-only (browser-safe).

Query Parameters

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

created_at of the last row from the previous page.

Response

A page of batches

batches
object[]
nextCursor
string | null