cURL
curl --request GET \ --url https://api.example.com/api/v1/internal/proxies/{proxy_id}/policy
{ "rego": "<string>" }
Return the combined Rego for all enabled policies on a proxy.
Called by the runtime on Redis cache miss. Returns rego=null when no enabled policies exist so the runtime can cache a negative result.
Successful Response