get_thread_messages
Retrieve all messages in an email thread with sender, content, and timestamps. Control message count and sort order.
Instructions
Get all messages in an email thread.
Returns the full conversation with sender, content, timestamps.
Args: thread_id: The thread ID (from list_threads) limit: Max messages, 1-1000 (default: 50) order: "asc" for chronological (default), "desc" for newest first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| limit | No | ||
| order | No | asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |