---
title: "GET /api/chat/rooms/{roomId}"
method: GET
path: "/api/chat/rooms/{roomId}"
tags: ["ChatRoomMetadata"]
---

# GET /api/chat/rooms/{roomId}

`GET /api/chat/rooms/{roomId}`

## Path parameters

- `roomId` integer, required

## Query parameters

- `accountId` integer
- `departmentId` integer

## Response `200`

OK

- RoomMetadataDto — Room metadata response for `GET /api/chat/rooms/{roomId}`. `Status` is one of `"open"` | `"closed"`; `AssignedAgentId` is null when unassigned.
  - `roomId` integer
  - `accountId` integer
  - `departmentId` integer
  - `accountName` string, nullable
  - `contactId` integer
  - `channel` string, nullable
  - `assignedAgentId` integer, nullable
  - `status` string, nullable
  - `createdAt` string, nullable
  - `departmentName` string, nullable
  - `assignedAgentType` string, nullable
  - `chatBotId` integer
  - `widgetLanguage` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
