Skip to main content
GET
List Rules

Query Parameters

policy_id
string<uuid> | null
status
enum<string> | null

Review status of a policy rule.

Available options:
draft,
approved,
rejected,
modified
category
enum<string> | null

Category of policy document.

Available options:
privacy,
ethics,
security,
compliance,
operational,
brand,
custom
limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

Response model for list endpoints with pagination.

results
PolicyRule · object[]
required
count
integer
required
Last modified on April 21, 2026