get_shows_by_id_progress_watched
Retrieve watched progress for a show by its ID, with options to include hidden seasons, specials, and stats.
Instructions
Get show watched progress.
GET /shows/{id}/progress/watched
Args: id: The id/slug of the resource. extended: Extended information to include in the response. hidden: Whether to include any hidden seasons specials: Whether to include special seasons as season 0. count_specials: Whether to count specials in the overall stats (only applies if specials are included). include_stats: Whether to include stats in the response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| hidden | No | ||
| extended | No | ||
| specials | No | ||
| include_stats | No | ||
| count_specials | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |