# GET /sms/conversations/:conversation_id

**Resource:** [SMS](./sms.md)  
**MCP tool:** `get_sms_conversation`  
**Scopes:** `sms:read`  
**Write operation:** no

Fetch a single SMS conversation by UUID, including the full message history.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/sms/conversations/:conversation_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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