v1
latestOpenAPI 3.1.02026-07-2670105729.6 KBAutomations
Get triggers
Unified trigger read. Omit triggerEventId to LIST every trigger the brand has under { data, pagination } — provider: "brew_api" for API-created customs and provider: "clerk" | "stripe" | … for integration-provisioned triggers. Pass ?triggerEventId= to fetch ONE — returns { data: [row] } (no pagination), 404 TRIGGER_NOT_FOUND on an unknown / cross-brand id.
get/v1/automations/triggers
Query parameters
triggerEventIdstring
Fetch a single trigger by id (detail mode → { data: [row] }). Omit to list.
limitinteger
Page size (1–100). Defaults to 100.
cursorstring
Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
Response
A page of trigger rows (list mode), or { data: [row] } (detail mode).