---
title: "Get the complete move hisory of the game - use this if the user asks for the move history or an analysis of the game"
method: GET
path: "/api/move_history"
---

# Get the complete move hisory of the game - use this if the user asks for the move history or an analysis of the game

`GET /api/move_history`

## Response `200`

The move history e.g. "1. e4 e5 2. Nf3 Nc6 3. Bb5 Nf6 4. O-O Nxe4 5. Re1 Nd6 6. Nxe5 Be7 7. Bxc6"

- MoveHistory
  - `move_history` string — The move history in SAN format, paired by white and black moves

---

[API](https://skmtc.net/atomic14/apis/chess-assistant-api.md) · [All operations](https://skmtc.net/atomic14/apis/chess-assistant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomic14/chess-assistant-api/versions/8ab254be01c9/schema)
