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