Skip to main content
GET
Get a Skill

Authorizations

Authorization
string
header
required

Session token (JWT) obtained by calling POST /api/auth/login with your email and password.

Path Parameters

skill_id
string
required

The unique identifier of the Skill to retrieve (format skl_...).

Response

Skill details

id
string

Unique identifier (skl_...).

name
string
description
string
version
string
created_at
string<date-time>
parameters
object[]

Parameter definitions accepted by the Skill.

output_schema
object

JSON Schema that defines the structure of the data array returned by every run.