Skip to main content
GET
List skill groups

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Query Parameters

limit
integer

How many groups to return. Defaults to 100, the maximum is 500.

Required range: 1 <= x <= 500
page_token
string

The 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.

skill_groups
object[] | null
required

One page of the caller's skill groups, newest first.

next_page_token
string

Present when more groups exist. Pass it as page_token with the same limit to read the next page. Absent on the last page.