get_thread_by_id
Retrieve the full thread with all messages, participants, labels, and metadata. Use this for complete thread details instead of a summarized view.
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. |