v50

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

Fetch the delivery and read receipts of the conversation message

Fetch the delivery and read receipts of the conversation message

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

Path parameters

ConversationSidstring required

The unique ID of the Conversation for this message.

MessageSidstring required

The SID of the message within a Conversation the delivery receipt belongs to.

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 participant.

conversation_sidstring nullable

The unique ID of the Conversation for this message.

sidstring nullable

A 34 character string that uniquely identifies this resource.

message_sidstring nullable

The SID of the message within a Conversation the delivery receipt belongs to

channel_message_sidstring nullable

A messaging channel-specific identifier for the message delivered to participant e.g. SMxx for SMS, WAxx for Whatsapp etc.

participant_sidstring nullable

The unique ID of the participant the delivery receipt belongs to.

status'read' | 'failed' | 'delivered' | 'undelivered' | 'sent'

The message delivery status, can be read, failed, delivered, undelivered, sent or null.

error_codeinteger

The message delivery error code for a failed status,

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 delivery receipt has not been updated.

urlstring uri nullable

An absolute API resource URL for this delivery receipt.