List agent governance policies
Return the organization’s governance policies with an optional scope and agent filter — a scope query parameter narrows to tenant or agent policies, and an agent_id returns the policies that apply to that agent (tenant policies plus the agent-scoped ones naming it). The response carries the total count and the aggregate enforcement-hit counter so a client sees how often the gate has fired.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Query Parameters
Filter by policy scope.
tenant, agent Only policies applying to this agent.