Get a list of Conference Participants Summaries for a Conference.
Path parameters
-
The unique SID identifier of the Conference.
Minimum length is
34, maximum length is34. Format should match the following pattern:^CF[0-9a-fA-F]{32}$.
Query parameters
-
The unique SID identifier of the Participant.
-
User-specified label for a participant.
-
Conference events generated by application or participant activity; e.g.
hold,mute, etc. -
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1, maximum value is1000. -
The page index. This value is simply for client state.
Minimum value is
0. -
The page token. This is provided by the API.
GET
/v1/Conferences/{ConferenceSid}/Participants
curl \
--request GET 'https://insights.twilio.com/v1/Conferences/{ConferenceSid}/Participants' \
--user "username:password"
Response examples (200)
Read full
{
"meta": {
"page": 0,
"page_size": 25,
"first_page_url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants?PageSize=25&Page=0",
"previous_page_url": null,
"url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants?PageSize=25&Page=0",
"next_page_url": null,
"key": "participants"
},
"participants": [
{
"participant_sid": "CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"label": null,
"conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_direction": "outbound",
"from": "+10000000000",
"to": "+10000000001",
"call_status": "completed",
"country_code": "US",
"is_moderator": true,
"join_time": "2021-10-08T02:58:51Z",
"leave_time": "2021-10-08T02:59:55Z",
"duration_seconds": 65,
"outbound_queue_length": 0,
"outbound_time_in_queue": 3361,
"jitter_buffer_size": null,
"is_coach": false,
"coached_participants": null,
"participant_region": "us1",
"conference_region": "us1",
"call_type": "carrier",
"processing_state": "complete",
"properties": {
"start_conference_on_enter": true,
"end_conference_on_exit": false,
"play_early_media": true,
"enter_muted": false,
"beep_on_enter": false,
"beep_on_exit": false
},
"metrics": {
"inbound": {
"total_packets_lost": 0,
"total_packets_received": 70,
"packet_loss_percentage": 0,
"jitter": {
"avg": 0.41,
"max": 0.84
},
"latency": {
"avg": 0,
"max": 0
},
"mos": 4.4
},
"outbound": {
"total_packets_lost": 0,
"total_packets_received": 126,
"packet_loss_percentage": 0,
"jitter": {
"avg": 0.01,
"max": 0.01
},
"latency": {
"avg": 0,
"max": 0
},
"mos": 4.4
}
},
"events": null,
"url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
{
"participant_sid": "CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab",
"label": null,
"conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_direction": "outbound",
"from": "+10000000000",
"to": "+10000000002",
"call_status": "completed",
"country_code": "US",
"is_moderator": true,
"join_time": "2021-10-08T02:58:52Z",
"leave_time": "2021-10-08T02:59:54Z",
"duration_seconds": 63,
"outbound_queue_length": 0,
"outbound_time_in_queue": 321,
"jitter_buffer_size": null,
"is_coach": false,
"coached_participants": null,
"participant_region": "us1",
"conference_region": "us1",
"call_type": "carrier",
"processing_state": "complete",
"properties": {
"start_conference_on_enter": false,
"end_conference_on_exit": false,
"early_media": false,
"enter_muted": true,
"beep_on_enter": false,
"beep_on_exit": false
},
"metrics": {
"inbound": {
"total_packets_lost": 0,
"total_packets_received": 16,
"packet_loss_percentage": 0,
"jitter": {
"avg": 0.26,
"max": 0.45
},
"latency": {
"avg": 0,
"max": 0
},
"mos": 4.4
},
"outbound": {
"total_packets_lost": 0,
"total_packets_received": 42,
"packet_loss_percentage": 0,
"jitter": {
"avg": 0.03,
"max": 0.08
},
"latency": {
"avg": 0,
"max": 0
},
"mos": 4.4,
"tags": [
"silent"
]
}
},
"events": {
"mute": [
1633705131000
]
},
"url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab"
}
]
}
{
"meta": {
"page": 0,
"page_size": 25,
"first_page_url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants?Label=client&PageSize=25&Page=0",
"previous_page_url": null,
"url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants?Label=client&PageSize=25&Page=0",
"next_page_url": null,
"key": "participants"
},
"participants": [
{
"participant_sid": "CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_direction": "outbound",
"from": "+10000000000",
"to": "+10000000001",
"call_status": "completed",
"country_code": "US",
"is_moderator": true,
"join_time": "2021-10-08T02:58:51Z",
"leave_time": "2021-10-08T02:59:55Z",
"duration_seconds": 65,
"label": "client",
"outbound_queue_length": 0,
"outbound_time_in_queue": 3361,
"jitter_buffer_size": null,
"is_coach": false,
"coached_participants": null,
"participant_region": "us1",
"conference_region": "us1",
"call_type": "carrier",
"processing_state": "complete",
"properties": {
"start_conference_on_enter": true,
"end_conference_on_exit": false,
"play_early_media": true,
"enter_muted": false,
"beep_on_enter": false,
"beep_on_exit": false
},
"metrics": {
"inbound": {
"total_packets_lost": 0,
"total_packets_received": 70,
"packet_loss_percentage": 0,
"jitter": {
"avg": 0.41,
"max": 0.84
},
"latency": {
"avg": 0,
"max": 0
},
"mos": 4.4
},
"outbound": {
"total_packets_lost": 0,
"total_packets_received": 96,
"packet_loss_percentage": 0,
"jitter": {
"avg": 0.01,
"max": 0.01
},
"latency": {
"avg": 0,
"max": 0
},
"mos": 4.4
}
},
"events": null,
"url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
]
}