Endpoint
Request Body
Maximum number of runs to return.
Optional review status filter.
Optional template filter.
ISO timestamp cursor for pagination. Use the
created_at value of the last run from the previous page.Response
data.runs
Array<{ run: AutomationRun; templateName: string; nodeCount: number; completedNodeCount: number }>
Runs with template metadata.
Whether more runs are available after this page.
