Get a skill by ID

Returns the skill associated with the ID you specify.

Path parameters

idstringRequired
The ID of the skill for you plan to retrieve.

Headers

AuthorizationstringRequired

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

Response

Skill retrieved successfully
namestring or null
The name of the skill.
descriptionstring or null
A description of the skill.
recipe_idinteger or null
Recipe ID of the skill.
folder_idstring or null
The ID of the folder where the skill resides.
project_idstring or null
The ID of the project where the skill resides.

Errors