faceit_getTournament
Retrieve tournament details by tournament ID. Optionally expand organizer and game information in a single call.
Instructions
Retrieve tournament details
Use when you already have a tournament_id. Use the expanded parameter to inline the organizer and game in one call.
Endpoint: GET /tournaments/{tournament_id}
Parameters:
tournament_id (path, str, required): The id of the tournament
expanded (query, list[str] | None): List of entity names to expand in request
Returns: Tournament details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tournament_id | Yes | ||
| expanded | No |