Skip to main content
GET
List batches

Authorizations

Authorization
string
header
required

An API key created in Capy under Settings → API.

Path Parameters

automationId
string
required

Query Parameters

limit
string
Pattern: ^[+-]?\d*\.?\d+(?:[Ee][+-]?\d+)?$
cursor
string
Pattern: ^\d{1,15}:[A-Za-z0-9_-]{1,191}$
status
enum<string>

Collecting accepts events; queued has one automation run; cancelled retains scrubbed history without a run.

Available options:
collecting,
queued,
cancelled

Response

AutomationWebhookBatchPage

items
object[]
required
cursor
string | null
required
Pattern: ^\d{1,15}:[A-Za-z0-9_-]{1,191}$