get_email_details
Retrieve the full content and attachment metadata of a specific Gmail email using its ID. Supports pagination to control body length.
Instructions
Get the full details of a specific Gmail email by its ID, including body and attachment metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| email_id | Yes | The unique ID of the Gmail email message. | |
| body_offset | No | Starting position for body text (0-based). Use with body_limit for pagination. | |
| body_limit | No | Maximum number of characters to return for body text. Default 5000. Use 0 to exclude body entirely. |