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

---

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