---
title: "Retrieve a room"
method: GET
path: "/room/{id}"
tags: ["room"]
deprecated: true
---

# Retrieve a room

`GET /room/{id}`

> **Deprecated.**

## Path parameters

- `id` string, required

## Response `200`

Success

- Room
  - `id` string, required — room ID
  - `createdAt` number — Timestamp (in milliseconds) at which the room was created
  - `updatedAt` number — Timestamp (in milliseconds) at which room was updated
  - `egressId` string — internal ID for egress output
  - `participants` object, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/livepeer/apis/livepeer-api-reference.md) · [All operations](https://skmtc.net/livepeer/apis/livepeer-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livepeer/livepeer-api-reference/versions/0d7e15217608/schema)
