> ## 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 thread

> Fetch an entire Gmail conversation thread given a threadId (from gmail_search results). Returns all messages in the thread with their full plain-text…

`gmail_get_thread`

Fetch an entire Gmail conversation thread given a `threadId` (from `gmail_search` results). Returns all messages in the thread with their full plain-text bodies (each capped at 5 KB) and attachment metadata. Use `gmail_get_attachment` to read specific attachments.

## Parameters

<ParamField path="threadId" type="string" required>
  Gmail thread id.
</ParamField>
