get_tv_by_tv_id_season_by_season_id
Retrieve detailed season information and episode list for a TV series by providing TV and season IDs. Use this to access specific season data for media management in Overseerr or Jellyseerr.
Instructions
Get season details and episode list.
GET /api/v1/tv/{tvId}/season/{seasonId}
Args: tv_id: Path parameter. season_id: Path parameter. language: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tv_id | Yes | ||
| language | No | ||
| season_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |