Fetch a specific Conference Participant Summary
TODO: Resource-level docs
Fetch a specific Conference Participant Summary.
Path parameters
-
The unique SID identifier of the Conference.
-
The unique SID identifier of the Participant.
GET /v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid}
curl \
-X GET https://insights.twilio.com/v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"call_direction": "inbound",
"call_sid": "string",
"call_status": "answered",
"call_type": "carrier",
"coached_participants": [
"string"
],
"conference_region": "us1",
"conference_sid": "string",
"country_code": "string",
"duration_seconds": 42,
"from": "string",
"is_coach": true,
"is_moderator": true,
"jitter_buffer_size": "large",
"join_time": "2023-05-04T09:42:00+00:00",
"label": "string",
"leave_time": "2023-05-04T09:42:00+00:00",
"outbound_queue_length": 42,
"outbound_time_in_queue": 42,
"participant_region": "us1",
"participant_sid": "string",
"processing_state": "complete",
"to": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"call_direction": "inbound",
"call_sid": "string",
"call_status": "answered",
"call_type": "carrier",
"coached_participants": [
"string"
],
"conference_region": "us1",
"conference_sid": "string",
"country_code": "string",
"duration_seconds": 42,
"from": "string",
"is_coach": true,
"is_moderator": true,
"jitter_buffer_size": "large",
"join_time": "2024-05-04T09:42:00+00:00",
"label": "string",
"leave_time": "2024-05-04T09:42:00+00:00",
"outbound_queue_length": 42,
"outbound_time_in_queue": 42,
"participant_region": "us1",
"participant_sid": "string",
"processing_state": "complete",
"to": "string",
"url": "https://example.com"
}