Skip to main content
GET
/
conversations
/
conversations
/
2026-09-beta
/
threads
/
{threadId}
/
messages
/
{messageId}
/
original-content
Retrieve message content
curl --request GET \
  --url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads/{threadId}/messages/{messageId}/original-content \
  --header 'Authorization: Bearer <token>'
{
  "richText": "<string>",
  "text": "<string>"
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

messageId
string
required

The unique identifier of the message whose original content is being retrieved.

threadId
integer<int64>
required

The unique identifier of the conversation thread containing the message.

Query Parameters

property
string

A string used to specify additional properties to include in the response.

Response

successful operation

richText
string
text
string
Last modified on March 30, 2026