---
title: "GET /v1/Rooms/{RoomSid}/Participants"
method: GET
path: "/v1/Rooms/{RoomSid}/Participants"
tags: ["VideoV1Participant"]
---

# GET /v1/Rooms/{RoomSid}/Participants

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

## Path parameters

- `RoomSid` string, required

## Query parameters

- `Status` 'connected' | 'disconnected' | 'reconnecting' — The status of the Participant. Can be: `connected` or `disconnected`.
- `Identity` string
- `DateCreatedAfter` string, date-time
- `DateCreatedBefore` string, date-time
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `participants` VideoV1RoomRoomParticipant[]
    - `sid` string, nullable — The unique string that we created to identify the RoomParticipant resource.
    - `room_sid` string, nullable — The SID of the participant's room.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RoomParticipant resource.
    - `status` 'connected' | 'disconnected' | 'reconnecting' — The status of the Participant. Can be: `connected` or `disconnected`.
    - `identity` string, nullable — The application-defined string that uniquely identifies the resource's User within a Room. If a client joins with an existing Identity, the existing client is disconnected. See [access tokens](https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens) and [limits](https://www.twilio.com/docs/video/programmable-video-limits) for more info.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `start_time` string, date-time, nullable — The time of participant connected to the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
    - `end_time` string, date-time, nullable — The time when the participant disconnected from the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
    - `duration` integer, nullable — The duration in seconds that the participant was `connected`. Populated only after the participant is `disconnected`.
    - `url` string, uri, nullable — The absolute URL of the resource.
    - `links` object, nullable — The URLs of related resources.
  - `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/video-v1.md) · [All operations](https://skmtc.net/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/video-v1/revisions/162f62d432a2/schema)
