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

# List Knowledge Base Details

> View the details for a specific knowledge base.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

<ParamField header="include-text" type="boolean" default="false">
  Include the full text of the documents stored in the knowledge base. This can be useful for debugging, but may return large amounts of data.
</ParamField>

### Path Parameters

<ParamField path="vector_id" type="string" required>
  The `vector_id` of the knowledge base to view.
</ParamField>

### Response

<ResponseField name="vector_id" type="string">
  The unique identifier for the knowledge base.
</ResponseField>

<ResponseField name="name" type="string">
  The name of the knowledge base.
</ResponseField>

<ResponseField name="description" type="string">
  A description of the knowledge base.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
      {
          "vector_id": "KB-55e64dae-1585-4632-ae97-c909c288c6bc",
          "name": "Bland AI FAQs",
          "description": "Business facts, policies, and frequently asked questions for Bland AI."
      }
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
