Get 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.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
Fetch a single fired event by id (detail mode → { data: [row] }). Omit to list.
1 - 641 - 256Page size (1–100). Defaults to 100.
1 <= x <= 100Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
1 - 512