Skip to main content
GET
/
context
/
skills
List skills
curl --request GET \
  --url https://api.getcargo.io/v1/context/skills \
  --header 'Authorization: Bearer <token>'
{
  "skills": [
    {
      "name": "<string>",
      "description": "<string>",
      "path": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

skills
Skills · object[]
required

List of skills in the context repository.