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