<Intro>

<EndpointHeader />

<Description>

Returns the original rendered HTML and plain-text body of a message in a conversation. The original body is available for 30 days after the message occurred; after that this endpoint returns `410 Gone` while the message's extracted text remains readable on the message itself.

</Description>

</Intro>

<Payload kind="response">

<Field name="html" type="nullable string" required>

<Description>

The HTML body of the message, or null when the message had no HTML part.

</Description>

</Field>

<Field name="text" type="nullable string" required>

<Description>

The plain-text body of the message, or null when the message had no text part.

</Description>

</Field>

</Payload>