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

> List schedules for the current API key

Returns `schedules` owned by the current key.

## SDK

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

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