---
title: "Get messages with a user"
method: GET
path: "/v2/messages/{xuid}"
tags: ["messages"]
---

# Get messages with a user

`GET /v2/messages/{xuid}`

Returns message history with a specific player.

## Path parameters

- `xuid` string, required

## Response `200`

Message history

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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