Skip to main content
GET
Get policy by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

policyId
string
required

Response

200 - application/json

Ok

id
string
required

The policy's unique ID.

name
string
required

The policy's name.

description
string
required

The policy's description.

status
enum<string>
required

The policy's current status.

Available options:
OK,
NEEDS_REMEDIATION
approvedAtDate
string<date-time> | null
required

The policy's most recent date of approval, if applicable.

latestVersion
object
required

The latest version of the policy.

latestApprovedVersion
object | null
required

The latest approved version of the policy, if available.