curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/definitions/{skill_type} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get a specific skill definition by type.
Returns detailed information about a skill type including all variants.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/definitions/{skill_type} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?