list_policy_versions
List a policy's version history to retrieve checkpoint or major version IDs for restoring a previous policy state.
Instructions
List a policy's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_policy_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The policy's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |