Get automations
Unified automation read. Omit automationId to LIST the brand’s automations under { data, pagination } — list rows are LEAN (graph omitted). Pass ?automationId= to fetch ONE — returns { data: [row] } (no pagination), 404 AUTOMATION_NOT_FOUND on an unknown / cross-brand id, also LEAN by default. Add detail-only ?include=graph (the full nodes + connections) and/or ?include=versions (lean { version, automationVersionId } history) — both rejected without automationId.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
Fetch a single automation by id (detail mode → { data: [row] }). Omit to list.
1 - 64Detail-only expansions (comma-separated): graph inlines nodes/connections; versions inlines the lean version history. Rejected without automationId.
"graph,versions"
Page 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