---
title: "Get role"
method: GET
path: "/v0/roles/{role-id}"
tags: ["Roles"]
---

# Get role

`GET /v0/roles/{role-id}`

Yields the Role resource.

## Path parameters

- `role-id` string, required

## Response `200`

OK

- object
  - `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

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[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/e56cd4bb9677/schema)
