Retrieve details about a specific permission including its name, description, and metadata.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/unkeyed/unkey/llms.txt
Use this file to discover all available pages before exploring further.
Required Permissions
Your root key must have the following permission:rbac.*.read_permission
Request
The unique identifier of the permission to retrieve.Must be a valid permission ID that begins with ‘perm_’ and exists within your workspace.Pattern:
^[a-zA-Z][a-zA-Z0-9._-]*$Length: 3-255 charactersExample: perm_1234567890abcdefResponse
The unique identifier for this permission.
The permission name.
URL-safe identifier for the permission.
Description of what this permission grants access to.
Unix timestamp in milliseconds when the permission was created.
Unix timestamp in milliseconds when the permission was last updated.