<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/list-knowledge-bases
Last modified: 2026-08-20T20:52:05.000Z

# List knowledge bases

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List knowledge bases"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/knowledge-bases"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Every knowledge base in the account.

Requires the Knowledge Base AI capability to be switched on. When it is off the
endpoint answers `403` with `code: feature_disabled` — deliberately, so a client
can tell "switched off" from "nothing indexed yet".

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-knowledge-bases.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-knowledge-bases.StatusCodes.json")}
>
  
</StatusCodes>
