Skip to main content
GET
Skill Search

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string | null

Search query for name or description

status
string | null
default:active

Filter by status (active/disabled)

max_results
integer
default:5

Maximum number of results to return

Response

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