List Skill Tags
GET
/skills/tags
List global skill tags available for filtering the declarative skill catalog.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Query parameters
page_limitintegerOptional
1-100Defaults to 100The maximum number of items to return per page. Defaults to 100 if not specified.
cursorstringOptional
format: "uuid"A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.
Response
Skill tags
resultslist of objects
The list of items returned for the current page.
paginationobject or null
Contains pagination information for the result set.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error
