# Retrieve RBAC role Retrieve details of a specific RBAC role. Endpoint: GET /api/core/rbac/roles/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this RBAC Role. ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string, required) - `platform` (object, required) Platform information (read-only) - `platform.key` (string, required) The platform key - `platform.name` (string,null) The name of the platform - `actions` (array, required) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write'])