List User Skills
GET/api/skills
Returns a list of skills accessible to the specified user. Supports pagination, search by name, and fetching a single skill by id or slug.
When id or slug is provided, returns a single skill object with additional metadata fields instead of a paginated list.
Request
Responses
- 200
- 401
- 404
- 500
List of skills retrieved successfully. When id or slug is provided, returns a single skill object with additional fields (metadata, allowed_tools) instead of a paginated list.
Authentication required or invalid token
Skill not found (when using id or slug parameter)
Internal server error