Skill List
Endpoint to list all skills associated with the current tenant. Note: Returns all skills (both active and disabled) and does not include the content field.
Returns: List[SkillListItem]: A list of all skill list items (without content).
Raises: HTTPException 500: If an error occurs while retrieving skills from the database.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Response
Successful Response
Unique identifier for the skill
Name of the skill
Description of the skill
User who created the skill
The date and time when the skill was created.
The date and time when the skill was last updated.
License field
Compatibility field
Metadata dict
Allowed-tools field
Status of the skill: active or disabled
