get_thread_by_id
Retrieve a complete thread record with all messages, participants, labels, and metadata by thread ID. Use when you need the full message history for a thread.
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. |