---
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

## Changes

- **2025-03-20** (v1) `ff792e538474` — 1 warning, 1 info
  - added the new `reconnecting` enum value to the `participants/items/status` response property for the response status `200`
  - added the new enum value `reconnecting` to the `query` request parameter `Status`
- **2025-02-20** (v1) `1b9f69e2d5d0` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2023-08-10** (v1) `987a2e696598` — 1 info
  - api tag `VideoV1Participant` added

[Change history](https://skmtc.dev/twilio/apis/video-v1/changes/v1/Rooms/:RoomSid/Participants/get.md)

---

[API](https://skmtc.dev/twilio/apis/video-v1.md) · [All operations](https://skmtc.dev/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/video-v1/revisions/f3c1cd6b1b71?raw)
