v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-052514158.4 KB
ProxyV1Interaction

Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session).

Retrieve a list of Interactions for a given Session.

get/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}

Path parameters

ServiceSidstring required

The SID of the parent Service of the resource to fetch.

SessionSidstring required

The SID of the parent Session of the resource to fetch.

Sidstring required

The Twilio-provided string that uniquely identifies the Interaction resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the Interaction resource.

session_sidstring nullable

The SID of the parent Session resource.

service_sidstring nullable

The SID of the parent Service resource.

account_sidstring nullable

The SID of the Account that created the Interaction resource.

datastring nullable

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'message' | 'voice' | 'unknown'

The Type of the Interaction. Can be: message, voice or unknown.

inbound_participant_sidstring nullable

The SID of the inbound Participant resource.

inbound_resource_sidstring nullable

The SID of the inbound resource; either the Call or Message.

inbound_resource_status'accepted' | 'answered' | 'busy' | 'canceled' | 'completed' | 'deleted' | 'delivered' | 'delivery-unknown' | 'failed' | 'in-progress' | 'initiated' | 'no-answer' | 'queued' | 'received' | 'receiving' | 'ringing' | 'scheduled' | 'sending' | 'sent' | 'undelivered' | 'unknown'

The inbound resource status of the Interaction. Will always be delivered for messages and in-progress for calls.

inbound_resource_typestring nullable

The inbound resource type. Can be Call or Message.

inbound_resource_urlstring uri nullable

The URL of the Twilio inbound resource

outbound_participant_sidstring nullable

The SID of the outbound Participant).

outbound_resource_sidstring nullable

The SID of the outbound resource; either the Call or Message.

outbound_resource_status'accepted' | 'answered' | 'busy' | 'canceled' | 'completed' | 'deleted' | 'delivered' | 'delivery-unknown' | 'failed' | 'in-progress' | 'initiated' | 'no-answer' | 'queued' | 'received' | 'receiving' | 'ringing' | 'scheduled' | 'sending' | 'sent' | 'undelivered' | 'unknown'

The inbound resource status of the Interaction. Will always be delivered for messages and in-progress for calls.

outbound_resource_typestring nullable

The outbound resource type. Can be: Call or Message.

outbound_resource_urlstring uri nullable

The URL of the Twilio outbound resource.

date_createdstring date-time nullable

The ISO 8601 date and time in GMT when the Interaction was created.

date_updatedstring date-time nullable

The ISO 8601 date and time in GMT when the resource was last updated.

urlstring uri nullable

The absolute URL of the Interaction resource.