List Skills
List all skill metadata available for the specified agent. Returns a list of skill metadata (without content) that the agent has access to.
Args: detail_level: “summary” returns only id, name, description (70-90% fewer tokens). “full” returns all metadata fields. Default: “full”.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Query Parameters
The name of the GenAI app.
The type of the app ('mcp' or 'agent').
Level of detail: 'summary' (id, name, description only) or 'full' (all fields). Default: 'full'.
Response
Successful Response
Response model for list of skills
List of skill metadata (summary or full based on detail_level)
