Skip to main content
GET
List Presets

Query Parameters

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: 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 July 14, 2026