Policies
List Policy Versions
Create a new policy version or list all versions of a specific policy
GET
Retrieve a paginated list of all versions for a specific policy, ordered by most recently updated first.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
policy_id | uuid | Yes | UUID of the policy to list versions for |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | uuid | Yes | UUID of the organization for access control |
page | integer | No | Page number for pagination (default: 1) |
page_size | integer | No | Number of results per page (default: 10) |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
A page number within the paginated result set.
Number of results to return per page.
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.