Skip to main content
GET
Retrieve details of a specific policy by its ID.

Path Parameters

Query Parameters

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Query Parameters

organization_id
string<uuid>

Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.

Response

Successfully retrieved policy.

Policy serializer

id
string<uuid>
required
read-only
name
string
required
Maximum string length: 255
organization_id
string<uuid>
required
read-only
current_version_id
string<uuid> | null
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
description
string