cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/policies
{ "policies": [ { "id": "<string>", "name": "<string>", "description": "<string>", "policy_content": "<string>", "organization_id": "<string>", "enabled": true, "tags": [ "<string>" ], "version": 123, "created_at": "<string>", "updated_at": "<string>", "created_by": "<string>", "updated_by": "<string>", "policy_type": "rego", "association_count": 0 } ], "total": 123, "page": 123, "limit": 123, "has_more": true }
List all policies from the enforcer service.
Supports pagination, filtering by enabled status, and search.
Successful Response
Paginated response for list policies
Show child attributes
Was this page helpful?