Skip to main content

Endpoint

Request Body

number
Maximum number of runs to return.
'pending_review' | 'approved' | 'rejected' | 'all'
Optional review status filter.
string
Optional template filter.
string
ISO timestamp cursor for pagination. Use the created_at value of the last run from the previous page.

Response

Array<{ run: AutomationRun; templateName: string; nodeCount: number; completedNodeCount: number }>
Runs with template metadata.
boolean
Whether more runs are available after this page.

TypeScript