---
title: "List game chat"
method: GET
path: "/api/events/{gameId}/chat"
tags: ["Events"]
---

# List game chat

`GET /api/events/{gameId}/chat`

Game-thread messages, hasMore, and onlineCount. Each message includes authorId (User.id or null) so mute/block can persist server-side.

## Path parameters

- `gameId` string, required

## Response `200`

{ success, data }

---

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