Knowledge Base History
Knowledge Bases
Knowledge Base History
Returns the change history of a specific knowledge base.
GET
Knowledge Base History
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET https://gateway.orkeia.ai/knowledge-bases/{id}/history
AuthenticationRequires header
authorization: <your_token>.
Headers
Path Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Identifier of the knowledge base. | KB_123456 |
Example (cURL)
Responses
Response - Success
response
500 — Server Error
400 — Client Error
History Fields
| 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). |
