Get Knowledge Base
Knowledge Bases
Get Knowledge Base
Get a specific knowledge base by ID.
GET
Get Knowledge Base
Documentation Index
Fetch the complete documentation index at: https://docs.kollie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get Knowledge Base
This endpoint retrieves a specific knowledge base by its ID.Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| kb_id | string | Yes | The ID of the knowledge base to retrieve |
Response
200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the knowledge base |
| name | string | Name of the knowledge base |
| description | string | Description of the knowledge base |
| created_at | string | Timestamp when the knowledge base was created |
| updated_at | string | Timestamp when the knowledge base was last updated |
| organization_id | string | ID of the organization that owns the knowledge base |

