---
title: "Get Sessions in a Room"
method: GET
path: "/rooms/{room_id}/sessions"
tags: ["room"]
---

# Get Sessions in a Room

`GET /rooms/{room_id}/sessions`

Get a list of sessions in a meeting room

## Query parameters

- `user_id` string
- `is_connecting` boolean

## Response `200`

Successful operation

- object
  - `sessions` Session[]
    - `id` string, required — ID of the session
    - `member_id` string, required — ID for the member associated with the session
    - `user_id` string — ID for the user associated with the session. It can be empty if the session represents an anonymous user.
    - `connected_at` string — Datetime when the session was established
    - `disconnected_at` string — Datetime when the session was ended. It can be empty if the session is online.

## Other responses

- `400` — Invalid Parameters Supplied or Unauthenticated or Unauthorized
- `500` — Validation exception

## Changes

- **2023-06-27** `144f53dfcc36` — 1 info
  - added the new optional `query` request parameter `is_connecting`
- **2023-06-19** `a63b2f63f5b6` — 1 info
  - added the new optional `query` request parameter `user_id`
- **2023-05-25** `f4d1438fe62f` — 1 info
  - endpoint added
- **2023-04-05** `5c2950789c4c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pplink/apis/pagecall-public-api-openapi-3-0/changes/rooms/:room_id/sessions/get.md)

---

[API](https://skmtc.dev/pplink/apis/pagecall-public-api-openapi-3-0.md) · [All operations](https://skmtc.dev/pplink/apis/pagecall-public-api-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pplink/pagecall-public-api-openapi-3-0/revisions/c6a9d7e46d2a/schema)
