---
title: "Get all roles"
method: GET
path: "/roles"
tags: ["roles"]
---

# Get all roles

`GET /roles`

Return the list of roles

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- RoleModelGet[]
  - `name` string, required
  - `permissions` PermissionsModel, required
    - `create_dropbox_user` boolean
    - `create_inbox` boolean
    - `create_webhook` boolean
    - `de_escalate_document` boolean
    - `delete_tenant` boolean
    - `delete_webhook` boolean
    - `edit_backend_settings` boolean
    - `edit_beats` boolean
    - `edit_dashboard_settings` boolean
    - `edit_data_retention_settings` boolean
    - `edit_flow_settings` boolean
    - `edit_format_settings` boolean
    - `edit_integration_settings` boolean
    - `edit_integrations` boolean
    - `edit_predictor_settings` boolean
    - `edit_reports` boolean
    - `edit_retention_settings` boolean
    - `edit_review_settings` boolean
    - `edit_roles` boolean
    - `edit_sampling_settings` boolean
    - `edit_security_settings` boolean
    - `edit_templates` boolean
    - `edit_thresholds_settings` boolean
    - `edit_translations` boolean
    - `edit_users` boolean
    - `escalate_document` boolean
    - `never_twice` boolean
    - `pick_next_escalated` boolean
    - `read_beats` boolean
    - `read_data_retention_settings` boolean
    - `read_feedback` boolean
    - `read_integrations` boolean
    - `read_release_notes` boolean
    - `read_reports` boolean
    - `read_thresholds_settings` boolean
    - `read_webhook` boolean
    - `reject_document` boolean
    - `release_lock` boolean
    - `review` boolean
    - `submit` boolean
    - `update_webhook` boolean
    - `upload` boolean
    - `versions` boolean
    - `view_api_keys` boolean
    - `view_list` boolean
    - `view_projects` boolean
    - `view_statistics` boolean
    - `view_templates` boolean
    - `write_feedback` boolean
    - `write_release_notes` boolean
  - `id` string, required

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
