---
title: "Changes to List messages in a chat room"
method: GET
path: "/api/v1/me/chats/{chat_id}/messages"
---

# Changes to List messages in a chat room

`GET /api/v1/me/chats/{chat_id}/messages`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 5 revisions.

- **2026-08-26** `3cff423845a2` — 2 info
- **2026-08-22** `d4b03725c5d7` — 5 warning, 2 info

## Changes

- **2026-08-26** `3cff423845a2` — 2 info
  - added the new enum value `participant` to the `query` request parameter `message_type`
  - added the new enum value `system` to the `query` request parameter `message_type`
- **2026-08-22** `d4b03725c5d7` — 5 warning, 2 info
  - for the `query` request parameter `limit`, the max was set to `100.00`
  - for the `query` request parameter `page_size`, the max was set to `100.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - for the `query` request parameter `page_size`, the min was set to `1.00`
  - `query` request parameter `page` was deprecated
  - `query` request parameter `page_size` was deprecated

---

[Operation](https://skmtc.dev/band/apis/request-api/docs/api/v1/me/chats/:chat_id/messages/get.md) · [API](https://skmtc.dev/band/apis/request-api.md) · [Page](https://skmtc.dev/band/apis/request-api/changes/api/v1/me/chats/:chat_id/messages/get)
