faceit_getTeamTournaments
Get tournaments a team has participated in by specifying the team ID. Supports pagination with offset and limit.
Instructions
Retrieve tournaments of a team
Use to list tournaments that a team has participated in.
Endpoint: GET /teams/{team_id}/tournaments
Parameters:
team_id (path, str, required): The id of the team
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: Tournaments list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| offset | No | ||
| limit | No |