get_shows_by_id_seasons_by_season_people
Retrieve all people credited for a specific season of a show, including cast and crew. Ideal for identifying actors, directors, and writers per season.
Instructions
Get all people for a season.
GET /shows/{id}/seasons/{season}/people
Args: id: The id/slug of the resource. season: Season number extended: Extended information to include in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| season | Yes | ||
| extended | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |