List Knowledge Base Items
Knowledge Bases
List Knowledge Base Items
List all items in a specific knowledge base.
GET
List Knowledge Base Items
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 Base Items
This endpoint returns a list of all items in a specific knowledge base.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 |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| file_type | string | No | Filter items by file type (PDF or TXT) |
| status | string | No | Filter items by status |
Response
200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the item |
| name | string | Name of the item |
| file_type | string | Type of the file (PDF or TXT) |
| status | string | Current status of the item |
| created_at | string | Timestamp when the item was created |
| updated_at | string | Timestamp when the item was last updated |
| knowledge_base_id | string | ID of the knowledge base this item belongs to |

