cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/skills/associations/teams/{team_id}/toolsets/resolved
[ { "id": "<string>", "name": "<string>", "type": "<string>", "description": "<string>", "icon": "<string>", "enabled": true, "configuration": {}, "source": "<string>", "inherited": true } ]
DEPRECATED: Legacy endpoint for backward compatibility. Use /associations/teams//skills/resolved instead.
This endpoint redirects to the new skills endpoint.
Successful Response
Was this page helpful?