# Get a specific Conference Participant Summary for a Conference. **GET /v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid}** Get a specific Conference Participant Summary for a Conference. ## Servers - https://insights.twilio.com: https://insights.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ConferenceSid** (string) The unique SID identifier of the Conference. - **ParticipantSid** (string) The unique SID identifier of the Participant. ### Query parameters - **Events** (string) Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. - **Metrics** (string) Object. Contains participant call quality metrics. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **participant_sid** (string | null) SID for this participant. - **label** (string | null) The user-specified label of this participant. - **conference_sid** (string | null) The unique SID identifier of the Conference. - **call_sid** (string | null) Unique SID identifier of the call that generated the Participant resource. - **account_sid** (string | null) The unique SID identifier of the Account. - **call_direction** (string | null) Call direction of the participant; inbound or outbound. - **from** (string | null) Caller ID of the calling party. - **to** (string | null) Called party. - **call_status** (string | null) Call status of the call that generated the participant. - **country_code** (string | null) ISO alpha-2 country code of the participant based on caller ID or called number. - **is_moderator** (boolean | null) Boolean. Indicates whether participant had startConferenceOnEnter=true or endConferenceOnExit=true. - **join_time** (string(date-time) | null) ISO 8601 timestamp of participant join event. - **leave_time** (string(date-time) | null) ISO 8601 timestamp of participant leave event. - **duration_seconds** (integer | null) Participant durations in seconds. - **outbound_queue_length** (integer | null) Add Participant API only. Estimated time in queue at call creation. - **outbound_time_in_queue** (integer | null) Add Participant API only. Actual time in queue in seconds. - **jitter_buffer_size** (string | null) The Jitter Buffer Size of this Conference Participant. One of `large`, `small`, `medium` or `off`. - **is_coach** (boolean | null) Boolean. Indicated whether participant was a coach. - **coached_participants** (array[string] | null) Call SIDs coached by this participant. - **participant_region** (string | null) Twilio region where the participant media originates. - **conference_region** (string | null) Twilio region where the participant media originates. - **call_type** (string | null) The Call Type of this Conference Participant. One of `carrier`, `client` or `sip`. - **processing_state** (string | null) Processing state of the Participant Summary. Will be `in_progress` while data is being aggregated, `timeout` if Twilio couldn't process the summary in 24hrs, and `complete` once aggregations and analysis has ended. - **properties** (object | null) Participant properties and metadata. - **events** (object | null) Object containing information of actions taken by participants. Contains a dictionary of URL links to nested resources of this Conference Participant. - **metrics** (object | null) Object. Contains participant call quality metrics. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)