cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/skills/associations/teams/{team_id}/skills/resolved
[ { "id": "<string>", "name": "<string>", "type": "<string>", "description": "<string>", "icon": "<string>", "enabled": true, "configuration": {}, "source": "<string>", "inherited": true } ]
Resolve all skills for a team (including inherited from ALL environments).
Inheritance order (with deduplication):
Later layers override earlier ones if there are conflicts.
Successful Response
Was this page helpful?