Get Skill

Retrieve a skill, including its markdown content.

Authentication

AuthorizationBearer

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

Path parameters

skillIdstringRequired
The unique identifier for a skill.

Response

This endpoint returns an object.
idstring
The unique identifier for a skill.
namestring
contentstring
The skill body as markdown.
labelsset of strings

Free-form labels used to organize and discover the skill.

createdAtdatetime
updatedAtdatetime
descriptionstring