Skip to main content
GET
Get Skill

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

skill_id
string
required
tenant
string
required

The domain of the customer

Example:

"example.com"

Response

Successful Response

name
string
required

The name of the skill

classification
SkillClassificationDTO · object
required

Structured classification configuration for routing requests to this skill

prompt
string
required

System prompt used when this skill handles a request

id
string | null

The id of the skill

type
enum<string>
default:action

What kind of work this skill does. A 'datasource' skill answers from data it looks up, so its answers are checked against the tool results behind them and cite those results. An 'action' skill performs something in another system and its answer is not checked.

Available options:
datasource,
action
mcp_servers
McpServerConfigDTO · object[]

MCP server connections for this skill's tools

created_at
string<date-time> | null

The date when the skill was created

updated_at
string<date-time> | null

The date when the skill was last updated