get_seasons_by_team_id
Retrieve all seasons a specific team has participated in. Provide a team ID to get the list of seasons, with optional includes for leagues, rounds, stages, and fixtures.
Instructions
Get all seasons a specific team has participated in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID. | |
| include | No | Semicolon-separated includes. e.g. league;rounds;stages;fixtures | |
| 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. |