get_teams_by_season_id
Retrieve all teams that participated in a given season using the season ID.
Instructions
Get all teams participating in a specific season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season_id | Yes | Season ID. | |
| include | No | Semicolon-separated includes. e.g. country;venue;players;leagues;seasons;statistics;coaches;rivals;sidelined | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| sortBy | No | Field to sort by. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |