v1
latestOpenAPI 3.1.02026-07-2670105729.6 KBGet fired trigger events
Unified fired-trigger-event read. Omit triggerInstanceId to LIST fired instances (newest first) under { data, pagination } — the audit log of every inbound fire, whether from the API (source: "api") or an integration webhook (source: "integration"). Each row links the fire to the automations it matched and the runs it started (automationRunIds[] → GET /v1/automations/runs?automationRunId=). Filter with ?triggerEventId=. Pass ?triggerInstanceId= to fetch ONE — returns { data: [row] } (no pagination), 404 EVENT_NOT_FOUND on an unknown / cross-brand id.
Query parameters
Fetch a single fired event by id (detail mode → { data: [row] }). Omit to list.
Page size (1–100). Defaults to 100.
Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
Response
A page of fired trigger-event instances (list mode), or { data: [row] } (detail mode).