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

Authorizations

Authorization
string
header
required

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

Query Parameters

path
string
required

Full path to the skill folder in the repository.

Response

Successful response

skill
Skill · object
required

The skill metadata.

content
string
required

The full markdown content of the skill.