Retrieve a list of Interactions for a given [Session]
TODO: Resource-level docs
Retrieve a list of Interactions for a given Session.
GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}
curl \
-X GET https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"data": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"inbound_participant_sid": "string",
"inbound_resource_sid": "string",
"inbound_resource_status": "accepted",
"inbound_resource_type": "string",
"inbound_resource_url": "https://example.com",
"outbound_participant_sid": "string",
"outbound_resource_sid": "string",
"outbound_resource_status": "accepted",
"outbound_resource_type": "string",
"outbound_resource_url": "https://example.com",
"service_sid": "string",
"session_sid": "string",
"sid": "string",
"type": "message",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"data": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"inbound_participant_sid": "string",
"inbound_resource_sid": "string",
"inbound_resource_status": "accepted",
"inbound_resource_type": "string",
"inbound_resource_url": "https://example.com",
"outbound_participant_sid": "string",
"outbound_resource_sid": "string",
"outbound_resource_status": "accepted",
"outbound_resource_type": "string",
"outbound_resource_url": "https://example.com",
"service_sid": "string",
"session_sid": "string",
"sid": "string",
"type": "message",
"url": "https://example.com"
}