faceit_getTournamentMatches
Retrieve all matches of a tournament by its ID. Supports pagination with offset and limit parameters to list matches.
Instructions
Retrieve all matches of a tournament
Use to list all matches of a known tournament.
Endpoint: GET /tournaments/{tournament_id}/matches
Parameters:
tournament_id (path, str, required): The id of the tournament
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Matches list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tournament_id | Yes | ||
| offset | No | ||
| limit | No |