Policy Versions
Fetch a specific revision of a policy.
Returns the full policy JSON as it existed at the given revision. The response shape is identical to GET /api/policies/{policyName}. Admins may fetch another user's revision via the owner parameter. Requires the policies:read scope.
get/api/policies/{policyName}/versions/{revision}
Path parameters
policyNamestring required
revisioninteger required
Query parameters
ownerstring
Headers
Authorizationstring required
Response
Full policy JSON at the requested revision.
string required
Changes
Changed in 2 of the 16 revisions of this API.2
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○