cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/policies/associations/{association_id}
{ "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
Successful Response
Response model for policy associations
Was this page helpful?