---
title: "[Tournament Match] Get Match History"
method: GET
path: "/match-history"
---

# [Tournament Match] Get Match History

`GET /match-history`

Fetches Match History for a List of Matchup IDs

## Query parameters

- `matchIds` string

## Response `200`

200

- object
  - `matches` object[]
    - `matchupId` string
    - `participants` object[]
      - `publicId` string
      - `name` string
      - `avatarUrl` unknown
      - `lastPing` string
      - `completeTime` unknown
      - `forfeit` boolean
    - `mapSelections` object[]
      - `id` integer
      - `hitmapsSlug` string
      - `chosenByName` string
      - `complete` boolean
      - `winnerName` string
      - `spin` object
        - `mission` object
          - `name` string
          - `slug` string
          - `publicIdPrefix` integer
          - `targets` object[]
            - `name` string
            - `tileUrl` string
        - `targetConditions` object[]
          - `target` object
            - `name` string
            - `tileUrl` string
          - `killMethod` object
            - `name` string
            - `tileUrl` string
            - `selectedVariant` unknown
          - `disguise` object
            - `name` string
            - `tileUrl` string
          - `complications` unknown[]
            - unknown
        - `additionalObjectives` unknown[]
          - unknown
      - `mapStartedAt` string
      - `winnerFinishedAt` string
      - `resultVerifiedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/hitmaps/apis/hitmaps-roulette.md) · [All operations](https://skmtc.dev/hitmaps/apis/hitmaps-roulette/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hitmaps/hitmaps-roulette/revisions/5dff90122ce4/schema)
