read_policy_version
Retrieve a specific historical version of a policy by its checkpoint number to compare differences before rolling back.
Instructions
Read one historical version of a policy by its CHECKPOINT NUMBER (an integer like 3, from the version field in list_policy_versions) — not by its versionId. Use it to diff two versions before rolling back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The policy's id. | |
| version | Yes | The integer checkpoint number, e.g. 3. |