List or get automations
Always returns { automations: AutomationRow[] }. List rows are LEAN by default (graph omitted) — pass ?include=graph to attach nodes+connections. No query → list every latest row. ?automationId=… → one-element list with the full graph (or 404). ?include=versions (single-row mode only) attaches the versions[] history.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
1 - 64Comma-separated list. Allowed: versions (single-row only), graph (attach nodes+connections to list rows).
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