get_league_matches
Retrieve Dota 2 matches from a specific league or tournament, with matches grouped into series for analysis.
Instructions
Get matches from a specific league/tournament with series grouping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| league_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| series | No | ||
| matches | No | ||
| success | Yes | ||
| league_id | Yes | ||
| league_name | No | ||
| total_series | No | ||
| total_matches | No |