Retrieve the full details of a specific policy by its ID.
Policy IDs follow the format:
resource.{server_id}.v{version} for server-level policiesresource.{server_id}.v{version}/{agent_id} for agent-scoped policiesJWT token obtained through Auth0 OAuth 2.0 flow with PKCE.
The token should be included in the Authorization header:
Authorization: Bearer <your-jwt-token>
Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.
The policy ID to retrieve
Policy details