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

# GET /roles

`GET /roles`

Lists all roles for the workspace

## Response `200`

Success

- RoleListResponse — List of roles
  - `data` Role[], required
    - `id` string, required — Unique role ID
    - `role` string, required — Name of the role

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-02-16** `79cd0cd88786` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/changes/roles/get.md)

---

[API](https://skmtc.dev/fragment-dev/apis/fragment-payments-api.md) · [All operations](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fragment-dev/fragment-payments-api/revisions/249df29a7dfe/schema)
