---
title: "tournament.round_completed webhook delivery"
method: POST
path: "tournament.round_completed"
---

# tournament.round_completed webhook delivery

`POST tournament.round_completed` (webhook)

Delivered to a registered endpoint when a tournament.round_completed event occurs.

## Payload

- object — Webhook envelope for tournament.round_completed.
  - `id` string, required — Stable delivery id, reused across retries (idempotency key).
  - `event` 'tournament.round_completed', required
  - `created_at` string, required — ISO-8601 timestamp the event was emitted.
  - `data` TournamentRoundCompletedPayload, required — A tournament round completed.
    - `tournamentId` string, required — TeamBattles document id.
    - `hostType` string
    - `hostId` string — TeamBattles document id.
    - `gameId` string — TeamBattles document id.
    - `format` string
    - `status` string
    - `roundKey` string

## Acknowledgement `200`

Acknowledged. Return 2xx to mark the delivery successful.

---

[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)
