# GET /chat/rooms/:room_id

**Resource:** [Chat](./chat.md)  
**MCP tool:** `get_chat_room`  
**Scopes:** `chat:read`  
**Write operation:** no

Fetch a single chat room by UUID.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `room_id` | path | string | yes | UUID of the room. |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/chat/rooms/:room_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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