> ## 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 automations

> List automations for the current API key

Returns `automations` owned by the current key.

## SDK

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

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