Skip to main content
Given any message id, returns every message in its conversation thread, oldest-first, in the same lightweight shape as search results — snippets and attachment metadata, but no full bodies. The message you asked about is marked in the list. Fetch a body with get_email when you need recipients or the complete body.

Parameters

string
required
A message id; every message in its thread is returned.

Example

Call
Result
Messages carrying files show non-inline attachment metadata with blobId, same as search_emails hits. If the server reports attachments but no non-inline parts are available, the hit falls back to attachments: yes.

Errors

  • Thread not found for message: <id> — no message with that id in the caller’s mailbox.