# List RBAC roles Retrieve a list of RBAC roles. Can be filtered by platform_key. Endpoint: GET /api/core/rbac/roles/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `page` (integer) A page number within the paginated result set. - `page_size` (integer) Number of results to return per page. - `platform_key` (string) Filter roles by platform key ## Response 200 fields (application/json): - `count` (integer, required) Example: 123 - `next` (string,null) Example: "http://api.example.org/accounts/?page=4" - `previous` (string,null) Example: "http://api.example.org/accounts/?page=2" - `results` (array, required) - `results.id` (integer, required) - `results.name` (string, required) - `results.platform` (object, required) Platform information (read-only) - `results.platform.key` (string, required) The platform key - `results.platform.name` (string,null) The name of the platform - `results.actions` (array, required) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write'])