---
title: "Get Roles"
method: GET
path: "/v1/admin/roles"
tags: ["beta.admin.users"]
---

# Get Roles

`GET /v1/admin/roles`

List Organization and Workspace roles.

## Response `200`

OK

- RolesOut
  - `workspace_roles` RoleOut[], required — Workspace roles available to the Organization.
    - `name` string, required — Role name.
    - `uuid` string, uuid, required — Role UUID.
    - `description` string, required — Short description of the role.
    - `is_custom_role` boolean, required — Whether this role is custom-defined.
  - `organization_roles` RoleOut[], required — Organization roles available to the Organization.
    - `name` string, required — Role name.
    - `uuid` string, uuid, required — Role UUID.
    - `description` string, required — Short description of the role.
    - `is_custom_role` boolean, required — Whether this role is custom-defined.

## Changes

- **2026-08-14** `61436a496404` — 2 info
  - response property `organization_roles/items/uuid` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `workspace_roles/items/uuid` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-07-26** `933c4ebdcd72` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/admin/roles/get.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
