get_team_squad_by_season
Retrieve a team's historical squad for a specific season by specifying team and season IDs.
Instructions
Get a team's (historical) squad for a specific season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID. | |
| season_id | Yes | Season ID. | |
| include | No | Semicolon-separated includes. e.g. player;position;details | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. |