get_users_by_id_watched_shows
Retrieve watched TV shows for any Trakt user by ID. Get paginated viewing history, with optional extended details and season filters.
Instructions
Get watched shows.
GET /users/{id}/watched/shows
Args: id: The slug that identifies the user, or "me" for the authenticated user. extended: Query parameter. page: The page number to retrieve limit: The number of items per page. Defaults and maximums vary by endpoint. When pagination parameters are omitted, a low default limit is applied (often 10). When a limit is provided, it is capped at the endpoint maximum (often 250); higher values are clamped rather than rejected. specials: Whether to include special seasons as season 0. season_numbers: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| page | No | ||
| limit | No | ||
| extended | No | ||
| specials | No | ||
| season_numbers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |