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

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

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

## Path parameters

- `roomId` integer, required

## Query parameters

- `accountId` integer
- `limit` integer
- `departmentId` integer

## Response `200`

OK

- ConversationThreadDto — Conversation thread response for `GET /api/chat/rooms/{roomId}/thread`. Messages are ordered oldest-first.
  - `roomId` integer
  - `messages` ConversationMessageDto[], nullable
    - `id` string, nullable
    - `senderType` string, nullable
    - `senderName` string, nullable
    - `text` string, nullable
    - `createdAt` string, nullable

## Other responses

- `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)
