Endpoint
Request Body
Template ID.
Maximum number of runs to return.
Response
Runs for the template.
List runs for a specific automation template
POST https://api.ugc.inc/automations/list-runs
const res = await client.automations.listRuns({ templateId: 'tpl_123', limit: 20 });