cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/skills/associations/{entity_type}/{entity_id}/skills
[ { "id": "<string>", "organization_id": "<string>", "name": "<string>", "type": "<string>", "description": "<string>", "icon": "<string>", "enabled": true, "configuration": {}, "created_at": "<string>", "updated_at": "<string>" } ]
List skills associated with an entity
Successful Response
Was this page helpful?