Skip to main content
GET
/
skill
/
{id}
/
history
NEO skill change history
curl --request GET \
  --url https://demo.enneo.ai/api/mind/skill/{id}/history \
  --header 'Authorization: Bearer <token>'
{
  "history": [
    {
      "version": 123,
      "snapshot": {},
      "changedBy": 123,
      "changedByName": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

Skill ID.

Response

Successful operation

history
object[]
success
boolean