General Tool History
Tools
General Tool History
Returns the change history of all tools.
GET
General Tool 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/tools/history
AuthenticationRequires header
authorization: <your_token>.
Example (cURL)
Responses
Response - Success
response
500 — Server Error
400 — Client Error
Fields
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the history event. |
| toolId | string | ID of the tool related to the event. |
| action | string | Action performed (e.g., created, updated). |
| timestamp | string | Date/time of the event in ISO 8601 format. |
