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

# Outlook get conversation

> Fetch all Outlook messages in a conversation, sorted chronologically, with full bodies (each capped at 5 KB). Pass the conversationId from outlook_search…

`outlook_get_conversation`

Fetch all Outlook messages in a conversation, sorted chronologically, with full bodies (each capped at 5 KB). Pass the `conversationId` from `outlook_search` results. Returns attachment metadata for each message. Use `outlook_get_attachment` to read specific attachments.

## Parameters

<ParamField path="conversationId" type="string" required />
