get_thread_by_id
Fetch a complete email thread by ID, including all messages, participants, labels, and full metadata. Use when you need the full thread content.
Instructions
Fetch the complete normalized thread record from the local index, including all messages, participants, labels, and full metadata. Use when you need all messages in a thread. Prefer get_thread_brief for a summarized quick view that avoids returning the full message list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folders | No | Optional folders to scope thread search. Searches all folders when omitted. | |
| threadId | Yes | Thread id from get_threads. |