---
title: "Halo Wars 2 - Match Events"
method: GET
path: "/hw2/matches/{matchId}/events"
---

# Halo Wars 2 - Match Events

`GET /hw2/matches/{matchId}/events`

Retrieves a set of Events related to the Match specified. Events are only available once the Match has completed. Events are not available for Matches played with the Custom Match Type.

The set of Events may grow over time as data becomes available.

  

#### Changelog

**September 5, 2017:**

*   Documented new game mode "Terminus Firefight".

**February 21, 2017:**

*   Added Endpoint.

## Path parameters

- `matchId` string, required

## Response `200`

The response body will contain the Match Events.

## Other responses

- `404` — The specified Match could not be found.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/haloapi/apis/stats.md) · [All operations](https://skmtc.net/haloapi/apis/stats/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haloapi/stats/versions/401e9a7e976b/schema)
