# Fetch message interaction **GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{ParticipantSid}/MessageInteractions/{Sid}** ## Servers - https://proxy.twilio.com: https://proxy.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. - **SessionSid** (string) The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. - **ParticipantSid** (string) The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. - **Sid** (string) The Twilio-provided string that uniquely identifies the MessageInteraction resource to fetch. ## 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) - **sid** (string | null) The unique string that we created to identify the MessageInteraction resource. - **session_sid** (string | null) The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. - **service_sid** (string | null) The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the MessageInteraction resource. - **data** (string | null) A JSON string that includes the message body sent to the participant. (e.g. `{"body": "hello"}`) - **type** (string) The Type of Message Interaction. This value is always `message`. - **participant_sid** (string | null) The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. - **inbound_participant_sid** (string | null) Always empty for created Message Interactions. - **inbound_resource_sid** (string | null) Always empty for created Message Interactions. - **inbound_resource_status** (string) Always empty for created Message Interactions. - **inbound_resource_type** (string | null) Always empty for created Message Interactions. - **inbound_resource_url** (string(uri) | null) Always empty for created Message Interactions. - **outbound_participant_sid** (string | null) The SID of the outbound [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. - **outbound_resource_sid** (string | null) The SID of the outbound [Message](https://www.twilio.com/docs/sms/api/message-resource) resource. - **outbound_resource_status** (string) Always empty for created Message Interactions. - **outbound_resource_type** (string | null) The outbound resource type. This value is always `Message`. - **outbound_resource_url** (string(uri) | null) The URL of the Twilio message resource. - **date_created** (string(date-time) | null) The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. - **date_updated** (string(date-time) | null) The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. - **url** (string(uri) | null) The absolute URL of the MessageInteraction resource. [Powered by Bump.sh](https://bump.sh)