Get a specific knowledge base item by ID.
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
| Name | Type | Required | Description |
|---|---|---|---|
| kb_id | string | Yes | The ID of the knowledge base |
| item_id | string | Yes | The ID of the item to retrieve |
| 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 |
| content | string | The content of the item (if applicable) |