List Conference Participants
TODO: Resource-level docs
List Conference Participants.
Path parameters
-
The unique SID identifier of the Conference.
Query parameters
-
ParticipantSid string
The unique SID identifier of the Participant.
-
Label string
User-specified label for a participant.
-
Events string
Conference events generated by application or participant activity; e.g.
hold
,mute
, etc. -
PageSize integer
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
.
GET /v1/Conferences/{ConferenceSid}/Participants
curl \
-X GET https://insights.twilio.com/v1/Conferences/{ConferenceSid}/Participants \
--user "username:password"
Response examples (200)
{
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
},
"participants": [
{
"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)
{
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
},
"participants": [
{
"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"
}
]
}