List skills
List the skills of a space, ordered by most recently updated first. Results are paginated via the limit and offset query parameters; the response wraps the skills in data alongside total, limit, offset, and hasMore. Only user-created skills are returned; built-in nuwacom skills are not exposed through this API. Use Get a skill to also read the skill’s instructions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the space the skills belong to.
2 - 6Query Parameters
Maximum number of skills to return (1–100). Defaults to 50.
1 <= x <= 100Number of skills to skip from the start of the list. Defaults to 0.
x >= 0Response
Skills returned successfully.
The skills on this page, ordered by most recently updated first.
Total number of skills in the space visible to the caller.
The page size that was applied.
The offset that was applied.
Whether more skills exist beyond this page (offset + limit < total).