v171

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0726249111.7 MB
Skills

List all skills

Returns the skills visible to the current workspace, ordered by creation time with the newest skill first. Use starting_after or ending_before to page through large collections.

get/v2/skills

Query parameters

limitinteger

Page size, 1–200. Unset uses the server default (25); explicit 0 (or anything outside the range) is rejected by buf.validate.

starting_afterstring

Cursor for forward pagination. Set to the skill_id of the last item from the previous page.

ending_beforestring

Cursor for backward pagination. Set to the skill_id of the first item from the previous page.

Response

OK

objectstring required

Object discriminator for list responses; always list.

has_moreboolean required

Whether more skills are available in the selected pagination direction.