Get the original content of a single message.

GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages/:messageId/original-content?property=<string>

Returns the complete original text and rich text bodies of a message. This will be different from the text and rich text in the message itself if the message's truncationStatus is anything other than NOT_TRUNCATED.

Request Params

KeyDatatypeRequiredDescription
propertystring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;text&quot;:&quot;\u003cstring\u003e&quot;,&quot;richText&quot;:&quot;\u003cstring\u003e&quot;}