faceit_getTournamentBrackets
Fetch the full bracket structure of a tournament, including rounds and match pairings, using the tournament ID.
Instructions
Retrieve brackets of a tournament
Use to fetch the bracket structure of a tournament (stages, matches, seeds).
Endpoint: GET /tournaments/{tournament_id}/brackets
Parameters:
tournament_id (path, str, required): The id of the tournament
Returns: Rounds and matches list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tournament_id | Yes |