get_thread_by_id
Retrieve the full thread record including every message, participant, label, and metadata. Use this to get all details from the local index.
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 |
|---|---|---|---|
| threadId | Yes | Thread id from get_threads. | |
| folders | No | Optional folders to scope thread search. Searches all folders when omitted. |