list_automation_runs
Retrieve an automation's run history by ID. Filter runs by status (running, completed, failed, cancelled, skipped) to monitor execution outcomes.
Instructions
List an automation's runs (GET /automations/:id/runs). Filter with status (comma-separated: running,completed,failed,cancelled,skipped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The automation id. | |
| after | No | ||
| limit | No | ||
| before | No | ||
| status | No | Comma-separated run statuses to include, e.g. 'running,completed'. |