## List **get** `/roles` Lists all roles for the workspace ### Returns - `data: array of object { id, role }` - `id: string` Unique role ID - `role: string` Name of the role ### Example ```http curl https://api.us-west-2.fragment.dev/roles ```