---
title: "Get Automation Runs"
description: "Get the run history (executions) for an automation, with paging and optional status filter."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Automation Runs

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](/mcp/tools/automations/) lists the rest of the Automations category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/automations/get_automation_runs/index.mdx
