get_team_matches
Retrieve team-match statistics from the Statbotics API, filtered by team, year, event, week, match, or elimination status, with options for sorting and pagination.
Instructions
Get team-match statistics with optional filtering by team, year, event, week, match, and elimination status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team number (no prefix), e.g. 86 | |
| year | No | Four-digit year (2002 onwards) | |
| event | No | Event key, e.g. 2024flor | |
| week | No | Week of the competition season. 8 is CMP. | |
| match | No | Match key, e.g. 2024flor_qm20 | |
| elim | No | Whether the match is an elimination match. | |
| metric | No | How to sort the returned values. Any column in the table is valid. | |
| ascending | No | Whether to sort in ascending order. Default is ascending. | |
| limit | No | Maximum number of results to return (1-1000). Default is 1000. | |
| offset | No | Offset from the first result to return. |