v1
latestOpenAPI 3.1.02026-07-1781833.4 KBpolicies
List policies
Returns a shallow summary of all policies for the org. The rule set is not included; use GetPolicy to fetch the full object.
get/orgs/{org_name}/governance/policies
Response
Object wrapping an array of policy summaries under data. Rule sets are not included; use GetPolicy to fetch a full policy.
Example response
{
"data": [
{
"id": "pol_06evsmp24r1pg71cm8500546pkbn",
"name": "Security Research — hardened",
"org": "my-org",
"scope": {
"teams": [
"d290f1ee-6c54-4b01-90e6-d701748f0851"
]
},
"created_at": "2026-04-22T00:00:00Z",
"updated_at": "2026-04-22T00:00:00Z",
"type": "allowlist_v0"
}
]
}