read_thread
Retrieve all messages in an email conversation thread. Provide a thread ID to fetch related emails in chronological order.
Instructions
Read all messages in a conversation thread. Given a thread_id (the ID of the first message), fetches all related messages and returns them in chronological order. Use list_threads first to get thread IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder name (default: INBOX) | |
| account | No | Account name (uses default if omitted) | |
| thread_id | Yes | ID of the thread's first message (from list_threads output) |