---
title: "Mark all messages in a chat room as read"
method: POST
path: "/v1/chat/rooms/{roomId}/read"
tags: ["chat"]
---

# Mark all messages in a chat room as read

`POST /v1/chat/rooms/{roomId}/read`

## Path parameters

- `roomId` string, uuid, required

## Response `200`

Successful response

- ChatRoomMarkReadOutput
  - `success` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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