# Fetch a message from the conversation **GET /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{Sid}** Fetch a message from the conversation A Service Message resource represents a message in a conversation within a specific service. ## 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 Participant resource is associated with. - **ConversationSid** (string) The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. - **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 message. - **chat_service_sid** (string | null) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant 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. - **sid** (string | null) A 34 character string that uniquely identifies this resource. - **index** (integer) The index of the message within the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource). - **author** (string | null) The channel specific identifier of the message's author. Defaults to `system`. - **body** (string | null) The content of the message, can be up to 1,600 characters long. - **media** (array | null) An array of objects that describe the Message's media, if the message contains media. Each object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`. - **attributes** (string | null) 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_sid** (string | null) The unique ID of messages's author participant. Null in case of `system` sent message. - **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 message has not been edited. - **delivery** () An object that contains the summary of delivery statuses for the message to non-chat participants. - **url** (string(uri) | null) An absolute API resource URL for this message. - **links** (object(uri-map) | null) Contains an absolute API resource URL to access the delivery & read receipts of this message. - **content_sid** (string | null) The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template. [Powered by Bump.sh](https://bump.sh)