Get a specific knowledge base 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 to retrieve |
| 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 |