Skip to main content
GET
/
skill
List NEO skills
curl --request GET \
  --url https://demo.enneo.ai/api/mind/skill \
  --header 'Authorization: Bearer <token>'
{
  "skills": [
    {
      "id": 123,
      "slug": "<string>",
      "aiAgentId": 123,
      "name": "<string>",
      "description": "<string>",
      "content": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "modifiedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Query Parameters

aiAgentId
integer

Restrict to shared skills plus this agent's private skills.

Response

Successful operation

skills
object[]
success
boolean