# Retrieves all RBAC-guarded resources and their access lists

Returns the complete list of RBAC-protected resources along with their supported access types (Read, Add, Modify, Delete, etc.). Use this to understand what resources exist in the system and what permissions can be assigned to them. No authentication required.

Endpoint: GET /api/v1/rbac
Version: 1.0
Security: header

## Response 200 fields (application/json):

  - `name` (string, required)

  - `description` (string, required)

  - `actions` (array, required)

  - `actions.name` (string, required)

  - `actions.description` (string, required)


