Returns detailed information about a specific knowledge base.
GET https://gateway.orkeia.ai/knowledge-bases/{id}
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Identifier of the knowledge base. | KB_123456 |
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the knowledge base. |
| name | string | Name of the knowledge base. |
| description | string | Brief description of the content/usage. |
| enabled | boolean | Indicates whether the base is active in the environment. |
| sectors | string[] | Sectors that can consume this base (access governance). |
| content | string | Source of the content: file path/URL, external link, or literal text (according to type). |
| type | ”file” | “url” | “text” | Type of the content. |
| multimodal | boolean | Whether the base contains modalities beyond text (images/audio/video). |
| tags | string[] | Metadata/labels for search and organization. |