# Fetch the delivery and read receipts of the conversation message **GET /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}** Fetch the delivery and read receipts of the conversation message A Service Message Receipt resource represents a delivery/read receipt of a message in a conversation. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ChatServiceSid** (string) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. - **ConversationSid** (string) The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. - **MessageSid** (string) The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. - **Sid** (string) A 34 character string that uniquely identifies this resource. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant. - **chat_service_sid** (string | null) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. - **conversation_sid** (string | null) The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. - **message_sid** (string | null) The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to - **sid** (string | null) A 34 character string that uniquely identifies this resource. - **channel_message_sid** (string | null) A messaging channel-specific identifier for the message delivered to participant e.g. `SMxx` for SMS, `WAxx` for Whatsapp etc. - **participant_sid** (string | null) The unique ID of the participant the delivery receipt belongs to. - **status** (string) 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) | null) The date that this resource was created. - **date_updated** (string(date-time) | null) The date that this resource was last updated. `null` if the delivery receipt has not been updated. - **url** (string(uri) | null) An absolute API resource URL for this delivery receipt. [Powered by Bump.sh](https://bump.sh)