GET /v1beta1/policies/
Retrieve detailed information about a specific policy using its unique identifier.Path Parameters
Unique identifier (UUID) of the policy to retrieve.
Response
The requested policy object.
Unique identifier for the policy.
ID of the role assigned by this policy.
Resource identifier in the format
namespace:resource_id (e.g., app/organization:123).Principal identifier in the format
namespace:principal_id (e.g., app/user:456).Additional metadata associated with the policy.
Timestamp when the policy was created.
Timestamp when the policy was last updated.
Response Example
Error Responses
Error Example
Notes
- The policy ID must be a valid UUID
- Returns a 404 error if the policy doesn’t exist or the ID is invalid
- Use this endpoint to retrieve full policy details including all metadata