Get tournament events
get_tournament_eventsRetrieve tournament brackets (events) and their IDs, optionally filtered by videogame, to use with event sets, entrants, or standings.
Instructions
List the events (brackets) of a tournament, optionally filtered to one videogame id. Use the returned event id or slug with get_event_entrants / get_event_sets / get_event_standings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9. | |
| slug | No | Tournament slug, e.g. "genesis-9" or "tournament/genesis-9". | |
| videogameId | No | Only events for this videogame id. | |
| tournamentId | No | Numeric start.gg tournament id. Provide exactly one locator. |