# Get Roles

GET /

#### Description

Retrieves a list of all Hyperproof roles, including role names, descriptions, and associated permissions.

Endpoint: GET /
Version: 1.0
Security: oauth2

## Response 200 fields (application/json):

  - `id` (string)
    The unique identifier for the role.
    Example: "f5a110d4-00a2-11ee-acbd-2bbf74beda27"

  - `name` (string)
    The name of the role.
    Example: "Control Contributor"

  - `scope` (string)
    The type of object that this role can be applied to.
    Example: "control"


