---
title: "GET /waiting_rooms/{waiting_room_id}"
method: GET
path: "/waiting_rooms/{waiting_room_id}"
tags: ["Teleconsultation Waiting Room"]
---

# GET /waiting_rooms/{waiting_room_id}

`GET /waiting_rooms/{waiting_room_id}`

## Path parameters

- `waiting_room_id` string, required

## Response `200`

Successful response

- object
  - `waiting_room` object
    - `id` integer
    - `organization_id` integer
    - `name` string
    - `slug` string
    - `schedule_configuration` object
      - `schedule` object
        - `fri` string[]
        - `mon` string[]
        - `sat` string[]
        - `sun` string[]
        - `thu` string[]
        - `tue` string[]
        - `wed` string[]
        - `weeks_limit` object
          - `id` integer
          - `time` integer
          - `interval` string
        - `consultation_duration` integer
      - `timezone` string
    - `waiting_room_configuration` object
      - `allow_guest` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `selected_accounts` integer[]

## Changes

- **2026-09-06** `7e8eee612fd0` — 1 breaking, 15 warning, 1 info
  - added the new path request parameter `waiting_room_id`
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Connection` removed for the status `200`
  - the optional response header `Date` removed for the status `200`
  - …13 more

[Change history](https://skmtc.dev/ecaresoft/apis/nimbo-api/changes/waiting_rooms/:waiting_room_id/get.md)

---

[API](https://skmtc.dev/ecaresoft/apis/nimbo-api.md) · [All operations](https://skmtc.dev/ecaresoft/apis/nimbo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ecaresoft/apis/nimbo-api/revisions/26f5a5c992cd?raw)
