Use the Speak AI MCP server tool get_automation_runs to get the run history
(executions) for an automation, with paging and optional status filter.
What does it do?
Get the run history (executions) for an automation, with paging and optional status filter.
Parameters
get_automation_runs takes 4 parameters, 1 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
automationId |
string | Yes | Unique identifier of the automation |
page |
number | No | 0-based page index |
pageSize |
number | No | Results per page |
status |
enum: pending, running, completed, failed, killed | No | Filter runs by status |
Behaviour
The Speak AI MCP server publishes these behaviour hints for get_automation_runs.
- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.
Related
- Automations lists the rest of the Automations category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.