Enneo

NEO Skills

NEO skill change history

GET /skill/{id}/history

GET /skill/{id}/history

Append-only version history (newest first), never pruned.

Path parameters

idintegerpathrequired

Skill 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 — Skill not found