Get Text
Returns the text message identified by the given communication ID. The communication must be a text record, and the caller must have manage permission on the owning lead; otherwise 400 PERMISSION_DENIED is returned (no existence leak).
Webhook follow-up: when a Text webhook is delivered, pass each createdText[].timelineId from the payload as the communicationId path parameter to fetch the full record. The legacy createdText[].textId field is kept for backward compatibility but is not interchangeable across communicationType — prefer timelineId.
Headers
Bearer [access_token]
Path Parameters
Communication ID of the text message.
x >= 1Response
Text message retrieved successfully.
The ID of the text
The lead(Id) associated with the text
Outbound or Inbound text
"Outbound"
The related Agent ID
Text delivery status
"Delivered"
The sending time of the text
Manual or Auto text
"Auto"
The content of the text
"Content"