Read Email Thread
get_threadRetrieve the whole email conversation in one call, newest first. Provide any message ID or the conversation ID to see the full thread; use get_email for individual message bodies.
Instructions
Every email in a conversation, newest first — the whole back-and-forth.
The only way to read a thread in full: search returns just the messages that matched, get_email returns one. Bodies are not included — follow up with get_email on the messages you need.
has_more only says the thread hit limit: this action has no offset and no
cursor, so raise limit to see the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| item_id | Yes | any message of the thread (item_id from find_emails or get_email), or the conversation_id itself. | |
| include_deleted | No | also include messages sitting in Deleted Items. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |