Get message
get_messageRetrieve complete email message including headers, plain-text and HTML bodies, and attachment metadata. Use with get_attachment for binary data.
Instructions
Fetch a full message: headers, plain-text and HTML bodies, and attachment metadata (use get_attachment for bytes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Gmail address to act on. Omit to use the default account. | |
| gmMsgId | Yes | Gmail message id (X-GM-MSGID), as returned by search_messages or get_message. |