---
title: "Query conference room's status"
method: GET
path: "/conference_rooms/{id}/status"
tags: ["Conference"]
---

# Query conference room's status

`GET /conference_rooms/{id}/status`

Query conference room's status by it's unique ID.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `status` 'ONLINE' | 'OFFLINE' | 'ON_CALL' — The conference room status. Can be either: - `ONLINE`: - `OFFLINE`: - `ON_CALL`:
  - `locked` boolean — Whether the conference room was locked.
  - `muted` boolean — Whether the conference room was muted.
  - `recording` boolean — Whether the conference room is recording.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
