get_thread
Retrieves all emails in a conversation thread using the thread ID. Optionally includes draft messages.
Instructions
Get all emails in a conversation thread. Draft messages are excluded by default; set includeDrafts=true to include in-progress drafts in the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | ID of the thread/conversation | |
| includeDrafts | No | Include draft messages in the thread (default: false, drafts excluded). |