---
title: "Get room"
method: GET
path: "/v2/rooms/{room_id}"
tags: ["Room"]
---

# Get room

`GET /v2/rooms/{room_id}`

Get a room by its Id.

## Path parameters

- `room_id` string, required

## Response `200`

- object
  - `id` string — Room id.
  - `recording` 'none' | 'manual' | 'automatic' — Type of recording.
  - `call_type` 'audio_only' | 'audio_upgradable' | 'audio_video' — Call type.
  - `description` string — Room description. **This field is treated as PII/PHI**
  - `status` 'NOT_RUNNING' | 'RUNNING' | 'CLOSED' — Status of the room.
  - `disabled` boolean — Indicates if a room is disabled or not.
  - `creation_date` string, date-time — Creation date of the room.
  - `duration` integer — Duration of the room.
  - `live` boolean — Indicates if the room is live or not.
  - `offline_transcription` boolean — Indicates if the room has transcription or not.
  - `summarization` boolean — Indicates if the room has summarization or not.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Room not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
