General History of Knowledge Bases
Knowledge Bases
General History of Knowledge Bases
Returns the change history of all knowledge bases.
GET
General History of Knowledge Bases
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/history
AuthenticationRequires header
authorization: <your_token>.
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. |
| kbId | string | Identifier of the knowledge base associated with the event. |
| responsible | string | Name of the person responsible for 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). |
