# GET /email/threads/:thread_id

**Resource:** [Email](./email.md)  
**MCP tool:** `get_email_thread`  
**Scopes:** `email:read`  
**Write operation:** no

Fetch a single email thread by UUID with all messages in chronological order.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/email/threads/:thread_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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