# Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). **GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}** Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). ## 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. - **Sid** (string) The Twilio-provided string that uniquely identifies the Interaction 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 Interaction 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 Interaction resource. - **data** (string | null) A JSON string that includes the message body of message interactions (e.g. `{"body": "hello"}`) or the call duration (when available) of a call (e.g. `{"duration": "5"}`). - **type** (string) The Type of the Interaction. Can be: `message`, `voice` or `unknown`. - **inbound_participant_sid** (string | null) The SID of the inbound [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. - **inbound_resource_sid** (string | null) The SID of the inbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). - **inbound_resource_status** (string) The inbound resource status of the Interaction. Will always be `delivered` for messages and `in-progress` for calls. - **inbound_resource_type** (string | null) The inbound resource type. Can be [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). - **inbound_resource_url** (string(uri) | null) The URL of the Twilio inbound resource - **outbound_participant_sid** (string | null) The SID of the outbound [Participant](https://www.twilio.com/docs/proxy/api/participant)). - **outbound_resource_sid** (string | null) The SID of the outbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). - **outbound_resource_status** (string) The inbound resource status of the Interaction. Will always be `delivered` for messages and `in-progress` for calls. - **outbound_resource_type** (string | null) The outbound resource type. Can be: [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). - **outbound_resource_url** (string(uri) | null) The URL of the Twilio outbound resource. - **date_created** (string(date-time) | null) The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Interaction 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 Interaction resource. [Powered by Bump.sh](https://bump.sh)