curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/policies/associations/{association_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"organization_id": "<string>",
"policy_id": "<string>",
"policy_name": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"enabled": true,
"priority": 123,
"metadata": {},
"created_at": "<string>",
"updated_at": "<string>",
"created_by": "<string>"
}Get a specific policy association by ID
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/policies/associations/{association_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"organization_id": "<string>",
"policy_id": "<string>",
"policy_name": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"enabled": true,
"priority": 123,
"metadata": {},
"created_at": "<string>",
"updated_at": "<string>",
"created_by": "<string>"
}Enter your Kubiya API token (format: Bearer
Successful Response
Response model for policy associations
Was this page helpful?