get_schedules_by_team_id
Retrieve the complete schedule for all active seasons of a team by providing its team ID. Includes options for related data like fixtures, rounds, and stages.
Instructions
Get the complete schedule for all active seasons of a team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |