---
title: "Get a custom role"
method: GET
path: "/roles/{roleId}"
tags: ["roles"]
---

# Get a custom role

`GET /roles/{roleId}`

This operation will return a custom role.

## Path parameters

- `roleId` string, required

## Response `200`

- RoleResponse
  - `key` string
  - `name` string
  - `description` string
  - `type` 'Company' | 'Team'
  - `privileges` string[]

## Other responses

- `400` — Bad arguments
- `403` — Response was sent via HTTP, please retry using HTTPS

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/versions/70fe938a0b35/schema)
