get_schedules_by_season_and_team
Retrieve a team's match schedule for a given season by providing season and team IDs, with optional includes for rounds and stages.
Instructions
Get a team's schedule within a specific season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season_id | Yes | Season ID. | |
| team_id | Yes | Team ID. | |
| include | No | Semicolon-separated includes. e.g. fixtures;rounds;stages | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. |