---
title: "GET /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts"
method: GET
path: "/v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts"
---

# GET /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts

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

Retrieve a list of all delivery and read receipts of the conversation message

## Path parameters

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

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `delivery_receipts` ConversationsV1ConversationConversationMessageConversationMessageReceipt[]
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant.
    - `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.
    - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.
    - `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.
    - `error_code` integer, nullable — The message [delivery error code](https://www.twilio.com/docs/sms/api/message-resource#delivery-related-errors) for a `failed` status,
    - `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
    - `participant_sid` string, nullable — The unique ID of the participant the delivery receipt belongs to.
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `status` 'read' | 'failed' | 'delivered' | 'undelivered' | 'sent'
    - `url` string, uri, nullable — An absolute API resource URL for this delivery receipt.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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