> ## 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 knowledge bases

> List knowledge bases for the current API key

Returns a list of knowledge bases.

## SDK

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

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