List skill groups
Returns one page of the caller organization’s skill groups, newest first, each with how many live skills are filed under it. Follow next_page_token to read the rest. Groups are a catalog-side folder: they are never disclosed to the model, and they do not scope skill names.
Authorizations
A Recursion API key, created in the console under API keys.
Query Parameters
How many groups 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/skill-groups. Paged: read to the end by following next_page_token until it is absent. Each row carries how many live skills are filed under the group, so a catalog listing can show the size of a folder it has not opened.
Response body of GET /v1/skill-groups. Paged: read to the end by following next_page_token until it is absent. Each row carries how many live skills are filed under the group, so a catalog listing can show the size of a folder it has not opened.