Skip to main content
Returns a paginated list of policy objects for the authenticated account.

Parameters

limit
integer
Maximum number of objects to return (default 10).
page
string
Page token from a previous list response.
status
string
Filter policies by status.Available options: active, inactive

Returns

Returns a page of policies.
data
array of object
required
Array of policy objects.
next_page_url
string | null
required
URL for the next page of results, or null when there is no next page.
previous_page_url
string | null
required
URL for the previous page of results, or null when there is no previous page.