---
title: "Get a list of Conference Participants Summaries for a Conference."
method: GET
path: "/v1/Conferences/{ConferenceSid}/Participants"
tags: ["InsightsV1ConferenceParticipant"]
---

# Get a list of Conference Participants Summaries for a Conference.

`GET /v1/Conferences/{ConferenceSid}/Participants`

Get a list of Conference Participants Summaries for a Conference.

## Path parameters

- `ConferenceSid` string, required

## Query parameters

- `ParticipantSid` string
- `Label` string
- `Events` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `participants` InsightsV1ConferenceConferenceParticipant[]
    - `participant_sid` string, nullable — SID for this participant.
    - `label` string, nullable — The user-specified label of this participant.
    - `conference_sid` string, nullable — The unique SID identifier of the Conference.
    - `call_sid` string, nullable — Unique SID identifier of the call that generated the Participant resource.
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `call_direction` 'inbound' | 'outbound'
    - `from` string, nullable — Caller ID of the calling party.
    - `to` string, nullable — Called party.
    - `call_status` 'answered' | 'completed' | 'busy' | 'fail' | 'noanswer' | 'ringing' | 'canceled'
    - `country_code` string, nullable — ISO alpha-2 country code of the participant based on caller ID or called number.
    - `is_moderator` boolean, nullable — Boolean. Indicates whether participant had startConferenceOnEnter=true or endConferenceOnExit=true.
    - `join_time` string, date-time, nullable — ISO 8601 timestamp of participant join event.
    - `leave_time` string, date-time, nullable — ISO 8601 timestamp of participant leave event.
    - `duration_seconds` integer, nullable — Participant durations in seconds.
    - `outbound_queue_length` integer, nullable — Add Participant API only. Estimated time in queue at call creation.
    - `outbound_time_in_queue` integer, nullable — Add Participant API only. Actual time in queue in seconds.
    - `jitter_buffer_size` 'large' | 'small' | 'medium' | 'off'
    - `is_coach` boolean, nullable — Boolean. Indicated whether participant was a coach.
    - `coached_participants` string[], nullable — Call SIDs coached by this participant.
    - `participant_region` 'us1' | 'us2' | 'au1' | 'br1' | 'ie1' | 'jp1' | 'sg1' | 'de1' | 'in1'
    - `conference_region` 'us1' | 'us2' | 'au1' | 'br1' | 'ie1' | 'jp1' | 'sg1' | 'de1' | 'in1'
    - `call_type` 'carrier' | 'client' | 'sip'
    - `processing_state` 'complete' | 'in_progress' | 'timeout'
    - `properties` unknown
    - `events` unknown
    - `metrics` unknown
    - `url` string, uri, nullable — The URL of this resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/insights-v1.md) · [All operations](https://skmtc.net/twilio/apis/insights-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/insights-v1/revisions/f61c549dd40c/schema)
