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

# List roles

`GET /v0/roles`

Yields a list of all Role resources.

## Response `200`

OK

- object
  - `roles` object[], required — Shows a collection of [roles](#tag/Roles).
    - `display-name` string, required — A human readable label for an entity
    - `description` string, required
    - `role-url` union, required — Link to the [role](#tag/Roles).
      - string
      - string
    - `role-category` string

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/revisions/178ed43d543b/schema)
