Create a new policy version or list all versions of a specific policy
Retrieve a paginated list of all versions for a specific policy, ordered by most recently updated first.Documentation Index
Fetch the complete documentation index at: https://docs.roe-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
policy_id | uuid | Yes | UUID of the policy to list versions for |
| 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) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.