Skip to main content
GET
List Policies

Query Parameters

category
enum<string> | null

Category of policy document.

Available options:
privacy,
ethics,
security,
compliance,
operational,
brand,
custom
status
enum<string> | null

Status of a policy document.

Available options:
draft,
active,
archived
search
string | null
limit
integer
default:10

Maximum number of results (default 10)

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip for paging

Required range: x >= 0

Response

Successful Response

Response model for list endpoints with pagination.

  • results: Items in the current page (length may be less than limit on last page).
  • total: Total number of items across all pages (before pagination).
results
Policy · object[]
required
total
integer
required
Last modified on April 21, 2026