---
title: "Get a list of room participants."
method: GET
path: "/v1/Video/Rooms/{RoomSid}/Participants"
tags: ["InsightsV1Participant"]
---

# Get a list of room participants.

`GET /v1/Video/Rooms/{RoomSid}/Participants`

Get a list of room participants.

## Path parameters

- `RoomSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `participants` InsightsV1VideoRoomSummaryVideoParticipantSummary[]
    - `participant_sid` string, nullable — Unique identifier for the participant.
    - `participant_identity` string, nullable — The application-defined string that uniquely identifies the participant within a Room.
    - `join_time` string, date-time, nullable — When the participant joined the room.
    - `leave_time` string, date-time, nullable — When the participant left the room.
    - `duration_sec` integer, nullable — Amount of time in seconds the participant was in the room.
    - `account_sid` string, nullable — Account SID associated with the room.
    - `room_sid` string, nullable — Unique identifier for the room.
    - `status` 'in_progress' | 'connected' | 'completed' | 'disconnected'
    - `codecs` VideoParticipantSummaryEnumCodec[], nullable — Codecs detected from the participant. Can be `VP8`, `H264`, or `VP9`.
    - `end_reason` string, nullable — Reason the participant left the room. See [the list of possible values here](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#end_reason).
    - `error_code` integer, nullable — Errors encountered by the participant.
    - `error_code_url` string, nullable — Twilio error code dictionary link.
    - `media_region` 'us1' | 'us2' | 'au1' | 'br1' | 'ie1' | 'jp1' | 'sg1' | 'in1' | 'de1' | 'gll'
    - `properties` unknown
    - `edge_location` 'ashburn' | 'dublin' | 'frankfurt' | 'singapore' | 'sydney' | 'sao_paulo' | 'roaming' | 'umatilla' | 'tokyo'
    - `publisher_info` unknown
    - `url` string, uri, nullable — URL of the participant 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)
