> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Role by ID

Retrieve a role's information by its role ID.

* **Method:** GET
* **Path:** `/api/v1/roles/{role_id}`

## Path Parameter

* `role_id` (integer, required): The ID of the role

## Response

Returns a `Role` object.

<OpenAPIPlayground endpoint="/api/v1/roles/{role_id}" method="GET" />
