Documentation Index
Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt
Use this file to discover all available pages before exploring further.
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.
