---
title: "Fetch the delivery and read receipts of the conversation message"
method: GET
path: "/v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}"
tags: ["ConversationsV1DeliveryReceipt"]
---

# Fetch the delivery and read receipts of the conversation message

`GET /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}`

Fetch the delivery and read receipts of the conversation message

## Path parameters

- `ConversationSid` string, required
- `MessageSid` string, required
- `Sid` string, required

## Response `200`

OK

- ConversationsV1ConversationConversationMessageConversationMessageReceipt
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant.
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `message_sid` string, nullable — The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to
  - `channel_message_sid` string, nullable — A messaging channel-specific identifier for the message delivered to participant e.g. `SMxx` for SMS, `WAxx` for Whatsapp etc.
  - `participant_sid` string, 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_code` integer — The message [delivery error code](https://www.twilio.com/docs/sms/api/message-resource#delivery-related-errors) for a `failed` status,
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated. `null` if the delivery receipt has not been updated.
  - `url` string, uri, nullable — An absolute API resource URL for this delivery receipt.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/versions/34913a501fc2/schema)
