---
title: "List the API key owner's ongoing matches"
method: GET
path: "/user/ongoing-matches"
tags: ["My Matches"]
---

# List the API key owner's ongoing matches

`GET /user/ongoing-matches`

Returns published ACCEPTED, READY, and IN_PROGRESS matches for active teams the API key owner belongs to. The user is always derived from the API key. Requires matches.user_matches:read.

## Response `200`

Ongoing matches for the API key owner.

- OngoingMatchesResponse — Ongoing matches for the API key owner's active teams.
  - `matches` ApiMatchDetail[], required
    - `id` string, required
    - `status` 'PENDING' | 'ACCEPTED' | 'READY' | 'IN_PROGRESS' | 'COMPLETED' | 'CANCELLED' | 'DISPUTED' | 'FORFEITED', required — Lifecycle status of a match.
    - `publishStatus` string, required
    - `game` Game, required — Game definition.
      - `id` string, required — Game ID.
      - `nameKey` string, required — Game name key for i18n lookup.
    - `gameMode` string, required
    - `matchType` string, nullable
    - `platform` string, nullable
    - `region` string, nullable
    - `creatorTeam` ApiMatchTeam, required — Team summary embedded in SP-2 match reads.
      - `id` string, required — Team ID.
      - `name` string, required — Team name.
      - `tag` string, required — Team tag (short identifier).
      - `avatarUrl` string, nullable — Team avatar URL.
      - `score` integer, nullable
    - `acceptedTeam` ApiMatchTeam, required — Team summary embedded in SP-2 match reads.
      - `id` string, required — Team ID.
      - `name` string, required — Team name.
      - `tag` string, required — Team tag (short identifier).
      - `avatarUrl` string, nullable — Team avatar URL.
      - `score` integer, nullable
    - `challengedTeam` ApiMatchTeam — Team summary embedded in SP-2 match reads.
      - `id` string, required — Team ID.
      - `name` string, required — Team name.
      - `tag` string, required — Team tag (short identifier).
      - `avatarUrl` string, nullable — Team avatar URL.
      - `score` integer, nullable
    - `bestOf` integer, required
    - `teamSize` integer, required
    - `selectedMaps` string[], required
    - `selectedObjectives` string[], required
    - `winnerTeamId` string, nullable, required
    - `scheduledAt` string, nullable, required
    - `startedAt` string, nullable, required
    - `completedAt` string, nullable, required
    - `createdAt` string, nullable, required
    - `leagueId` string, nullable
    - `leagueSeasonId` string, nullable
  - `timestamp` string, required

## Other responses

- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

---

[API](https://skmtc.net/teambattles/apis/teambattles-api.md) · [All operations](https://skmtc.net/teambattles/apis/teambattles-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teambattles/teambattles-api/revisions/2ffe8fb53b7d/schema)
