> ## Documentation Index
> Fetch the complete documentation index at: https://studio.chat-atp.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# List automation runs

> List execution runs for a automation

<ParamField path="automation_id" type="integer" required>
  Automation ID.
</ParamField>

## SDK

<CodeGroup>
  ```typescript TypeScript theme={null}
  const runs = await client.automations.runs(id);
  ```

  ```python Python theme={null}
  runs = await client.automations.runs(automation_id)
  ```
</CodeGroup>
