NEO Tools
NEO tool change history
GET /tool/{id}/history
GET /tool/{id}/history
Append-only version history (newest first), never pruned.
Path parameters
idintegerpathrequiredTool ID.
Responses
200 — Successful operation
Response Example
{
"history": [
{
"version": 1,
"action": "create",
"snapshot": null,
"changedBy": 1,
"changedByName": "string",
"createdAt": "2026-01-01T12:00:00Z"
}
],
"success": true
}404 — Tool not found