List skills

Returns a list of skills.

Headers

AuthorizationstringRequired

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

Query parameters

folder_idstringOptional
The ID of the folder where the skill resides.
project_idstringOptional
The ID of the project where the skill resides.
querystringOptional
Search query.
pageintegerOptional>=1

Page number of the skills to fetch. Minimum value is 1.

per_pageintegerOptional>=1<=50

Number of skills to return in a single page. Minimum value is 1. Maximum value is 50.

sort_termstringOptional

The field or term to sort results by. For example: name or latest_activity.

Response

List of skills retrieved successfully
idinteger or null
The unique identifier of the skill.
namestring or null
The name of the skill.
descriptionstring or null
A description 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