get_thread
Retrieve the complete conversation thread for a given email or thread ID, including all messages with configurable body sizes.
Instructions
Get all emails in a conversation thread.
Provide either an email_id (the thread is looked up automatically) or a thread_id directly.
Args: email_id: An email ID whose thread to fetch. thread_id: A thread ID to fetch directly. max_body_bytes: Max bytes per body part (default 5000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | No | ||
| thread_id | No | ||
| max_body_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||