get_email_thread
Fetch an entire email thread from a specified Gmail account, showing each message with attachment metadata. To read attachment content, use get_all_attachments with the Gmail ID provided.
Instructions
Get a full email thread for one account (account required). Each message lists attachment metadata (filename, attachment_id, size). To read attachment content — PDF text, DOCX, XLSX, images via OCR — call get_all_attachments with the Gmail message ID shown as "Gmail ID" in each message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account id. | |
| thread_id | Yes | Gmail thread id. |