List skills

List skills for the authenticated owner with cursor pagination, optionally filtered by status. Ordered newest-first (id descending).

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

statusenumOptional
Allowed values:
limitstringOptional
cursorstringOptional
directionstringOptional
includeCountstringOptional
viewenumOptional

Response representation. full (default) preserves complete values; compact shortens every string value longer than 100 characters to a 100-character preview followed by .

Allowed values:

Response

Paginated list of skills
datalist of maps from strings to any
paginationobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error