# GET /whatsapp/conversations/:conversation_id/messages

**Resource:** [WhatsApp](./whatsapp.md)  
**MCP tool:** `get_whatsapp_messages`  
**Scopes:** `whatsapp:read`  
**Write operation:** no

List all messages in a WhatsApp conversation in chronological order.

## Parameters

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

## Request example

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

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