Returns the change history of all tools.
GET https://gateway.orkeia.ai/tools/history
Authenticationauthorization: <your_token>.
| 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. |