List skills
This endpoint is currently in development and may change.
List skills accessible to the calling user. If the caller is an Organization Admin, the response will include all skills in the organization; otherwise, only skills the caller created are returned.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
Cursor for pagination from previous response nextCursor.
"eyJpZCI6IjEyMzQ1In0"
Number of results per page
1 <= x <= 10020
Direction for sorting results:
asc- Ascending order (A-Z, 0-9)desc- Descending order (Z-A, 9-0)
asc, desc Field to sort results by
createdAt, name, updatedAt Organization API key required. Target user membership ID.
Filter by creator membership ID — creator.id from a listed skill, or your own membershipId from the Who am I? endpoint. Applies within what the caller can already see.
Filter to skills holding this handle.
1 - 48^[a-z0-9][a-z0-9-]*$"quarterly-report"

