curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/{skill_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"type": "<string>",
"description": "<string>",
"icon": "<string>",
"enabled": true,
"configuration": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Get a specific skill
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/{skill_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"type": "<string>",
"description": "<string>",
"icon": "<string>",
"enabled": true,
"configuration": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Enter your Kubiya API token (format: Bearer
Successful Response
Was this page helpful?