> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Gmail get message

> Fetch a single Gmail message with its full body text. Use the id returned by gmail_search. Returns headers, snippet, full plain-text body (capped at 10…

`gmail_get_message`

Fetch a single Gmail message with its full body text. Use the `id` returned by `gmail_search`. Returns headers, snippet, full plain-text body (capped at 10 KB), and a list of attachments with their IDs. Use `gmail_get_attachment` to read attachment contents.

## Parameters

<ParamField path="id" type="string" required>
  Gmail message id (from gmail\_search results).
</ParamField>
