---
title: "List Participants"
method: GET
path: "/v1/rooms/{room_sid}/participants"
tags: ["rooms"]
---

# List Participants

`GET /v1/rooms/{room_sid}/participants`

Get the list of Participants for a Room

## Path parameters

- `room_sid` string, required

## Response `default`

default response

- StreemApiListRoomParticipantsResponse
  - `room_participants` StreemApiRoomParticipant[]
    - `room_sid` string
    - `user_sid` string
    - `status` 'STATUS_PENDING' | 'STATUS_ACTIVE' | 'STATUS_LEFT' | 'STATUS_NEVER_ARRIVED' | 'STATUS_RECONNECTING' | 'STATUS_CONNECTED' | 'STATUS_INVALID'
    - `is_expert` boolean
  - `next_page_token` string
  - `total_size` integer

---

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