Get Automation Runs
get_automation_runsRetrieve paginated run history of an automation, optionally filtered by status.
Instructions
Get the run history (executions) for an automation, with paging and optional status filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page index | |
| status | No | Filter runs by status | |
| pageSize | No | Results per page | |
| automationId | Yes | Unique identifier of the automation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |