---
title: "Get Player Chat History"
method: GET
path: "/chat/{player}"
tags: ["Chat"]
---

# Get Player Chat History

`GET /chat/{player}`

Fetches the entire chat history for a specific player identified by their UUID.

## Path parameters

- `player` string, required

## Response `200`

Successfully retrieved player chat history

- object
  - `data` TypesPlayerMessageModel[]
    - `lobbyId` string
    - `message` string
    - `uuid` string

## Other responses

- `400` — Bad request, e.g., invalid player UUID
- `401` — Unauthorized, not enough permissions
- `500` — Internal server error

---

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