---
title: "Fetch role"
method: GET
path: "/roles/{role_id}"
tags: ["roles"]
---

# Fetch role

`GET /roles/{role_id}`

Returns the role with the matching ID.

## Path parameters

- `role_id` integer, required

## Response `200`

The matching role object.

- Role
  - `id` integer, required — Unique identifier for the role.
  - `value` string, required — The name of the role.

## Other responses

- `404` — The role ID was not found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
