List Knowledge Bases
Knowledge Bases
List Knowledge Bases
List all knowledge bases for the current organization.
GET
List Knowledge Bases
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.
List Knowledge Bases
This endpoint returns a list of all knowledge bases associated with your organization.Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
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 |
Example
Authorizations
Response
200 - application/json
Successful Response

