Skip to main content
GET
https://api.usenotra.com
/
v1
/
skills
List skills
curl --request GET \
  --url https://api.usenotra.com/v1/skills \
  --header 'Authorization: Bearer <token>'
{
  "skills": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "isSystem": true,
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Response

Skills fetched successfully

skills
object[]
required
Last modified on May 30, 2026