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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page size, 1–200. Unset uses the server default (25); explicit 0 (or anything outside the range) is rejected by buf.validate.
Cursor for forward pagination. Set to the skill_id of the last
item from the previous page.
Cursor for backward pagination. Set to the skill_id of the first
item from the previous page.