v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-0510371832.3 KB
ConversationsV1Message

Fetch a message from the conversation

Fetch a message from the conversation

get/v1/Conversations/{ConversationSid}/Messages/{Sid}

Path parameters

ConversationSidstring required

The unique ID of the Conversation for this message.

Sidstring required

A 34 character string that uniquely identifies this resource.

Response

OK

account_sidstring nullable

The unique ID of the Account responsible for this message.

conversation_sidstring nullable

The unique ID of the Conversation for this message.

sidstring nullable

A 34 character string that uniquely identifies this resource.

indexinteger

The index of the message within the Conversation. Indices may skip numbers, but will always be in order of when the message was received.

authorstring nullable

The channel specific identifier of the message's author. Defaults to system.

bodystring nullable

The content of the message, can be up to 1,600 characters long.

attributesstring nullable

A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. Note that if the attributes are not set "{}" will be returned.

participant_sidstring nullable

The unique ID of messages's author participant. Null in case of system sent message.

date_createdstring date-time nullable

The date that this resource was created.

date_updatedstring date-time nullable

The date that this resource was last updated. null if the message has not been edited.

urlstring uri nullable

An absolute API resource API URL for this message.

{"stackTrail":"components:schemas:conversations.v1.conversation.conversation_message:properties:delivery","oasType":"schema","type":"unknown","description":"An object that contains the summary of delivery statuses for the message to non-chat participants.","nullable":true}
linksobject nullable

Contains an absolute API resource URL to access the delivery & read receipts of this message.

content_sidstring nullable

The unique ID of the multi-channel Rich Content template.