# GET /roles/:role_id

**Resource:** [Roles & Permissions](./roles.md)  
**MCP tool:** `get_role`  
**Scopes:** `permissions:read`  
**Write operation:** no

Fetch a single role by UUID with its resolved scopes, visibility, and assigned-user count.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `role_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/roles/:role_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`