List the skills in a group
Returns one page of the live skills filed under the group, in the order a group attachment expands them at session start. That order matters: it decides which skill’s description is dropped first if the disclosure budget is exceeded. Follow next_page_token to read the whole group, which is what an attachment resolves to.
Authorizations
A Recursion API key, created in the console under API keys.
Path Parameters
Skill group id (UUID) whose skills to list.
Query Parameters
How many skills to return. Defaults to 100, the maximum is 500.
1 <= x <= 500The next_page_token from a previous response. Pass it back with the same limit to read the next page.
Response
Response body of GET /v1/skills. Paged: read to the end by following next_page_token until it is absent. Each row carries the name and description an agent's prompt discloses, but not the instructions, which are read one version at a time.
Response body of GET /v1/skills. Paged: read to the end by following next_page_token until it is absent. Each row carries the name and description an agent's prompt discloses, but not the instructions, which are read one version at a time.