Tool History
Tools
Tool History
Returns the change history of a specific tool.
GET
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/{id}/history
AuthenticationRequires header
authorization: <your_token>.
Path Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the tool. | TOOL_123456 |
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. |
