Skip to main content
GET
Skill List

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Response

200 - application/json

Successful Response

id
string
required

Unique identifier for the skill

name
string
required

Name of the skill

description
string
required

Description of the skill

created_by
string
required

User who created the skill

created_at
string<date-time>
required

The date and time when the skill was created.

updated_at
string<date-time>
required

The date and time when the skill was last updated.

license
string
default:""

License field

compatibility
string
default:""

Compatibility field

metadata
Metadata · object

Metadata dict

allowed_tools
string
default:""

Allowed-tools field

status
string
default:active

Status of the skill: active or disabled