cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/policies/associations \ --header 'Authorization: <api-key>'
[ { "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>" } ]
List policy associations with filtering.
Can filter by entity type, entity ID, policy ID, and enabled status.
agent
team
environment
Successful Response
Was this page helpful?