cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/skills/definitions/{skill_type}/variants \ --header 'Authorization: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get all variants/presets for a specific skill type.
Variants are predefined configurations (e.g., “Read Only”, “Full Access”) that users can quickly apply.
Successful Response
Was this page helpful?