curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/associations/teams/{team_id}/toolsets/resolved \
--header 'Authorization: Bearer <token>'[
{
"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.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/associations/teams/{team_id}/toolsets/resolved \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"description": "<string>",
"icon": "<string>",
"enabled": true,
"configuration": {},
"source": "<string>",
"inherited": true
}
]Enter your Kubiya API token (format: Bearer
Was this page helpful?