Returns the change history of a specific tool.
GET https://gateway.orkeia.ai/tools/{id}/history
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the tool. | TOOL_123456 |
| 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. |