Returns the change history of a specific knowledge base.
GET https://gateway.orkeia.ai/knowledge-bases/{id}/history
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 history event. |
| responsible | string | Name of the person responsible for the change. |
| responsibleId | string | ID of the user or system that made the change. |
| action | string | Registered action (e.g., created, updated, deleted). |
| type | string | Classification of the event (success, fail, neutral). |
| date | Date | Date and time of the change. |
| versionControl | string | Version identifier associated with the event (if applicable). |