get_thread_messages
Retrieve the full conversation of an email thread, including sender, content, and timestamps. Specify a thread ID to get messages in chronological or reverse 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 |
|---|---|---|---|
| limit | No | ||
| order | No | asc | |
| thread_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |