List skills
Returns a list of skills.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
folder_id
The ID of the folder where the skill resides.
project_id
The ID of the project where the skill resides.
query
Search query.
page
Page number of the skills to fetch. Minimum value is 1
.
per_page
Number of skills to return in a single page. Minimum value is 1
. Maximum value is 50
.
sort_term
The field or term to sort results by. For example: name
or latest_activity
.
Response
List of skills retrieved successfully
id
The unique identifier of the skill.
name
The name of the skill.
description
A description of the skill.
folder_id
The ID of the folder where the skill resides.
project_id
The ID of the project where the skill resides.