Skip to main content
GET
Get policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

policy_name
string
required
org
string
required

Response

Successful Response

Response model for a policy

This represents the response structure when retrieving, creating or updating a policy.

name
string
required
description
string
required
created_by
string
required
created_at
number | null
last_modified_at
number | null
archived
boolean
default:false
versions
VersionedPolicy · object[]
events
PolicyEvent · object[]
consuming_envs
string[]
Last modified on June 18, 2026