get_users_by_id_history_episodes
Retrieve a user's watched episode history with filters for date range, genres, ratings, and streaming availability.
Instructions
Get episode watched history.
GET /users/{id}/history/episodes
Args: id: The slug that identifies the user, or "me" for the authenticated user. extended: Extended information to include in the response. watchnow: Use "favorites" for streaming on a favorite service of the user. Use "any" for streaming on any service in the user's country. Use "any_all" for streaming on any service in all countries. Use "free" for streaming for free in the user's country. Use "free_all" for streaming for free in all countries. Use "subscriptions" for streaming on any subscription service (Netflix, Hulu, etc) in the user's country. Use "subscriptions_all" streaming on any subscription service in all countries genres: Query parameter. subgenres: Query parameter. years: Query parameter. ratings: Query parameter. start_date: Query parameter. end_date: Query parameter. runtimes: Query parameter. countries: Query parameter. certifications: Query parameter. start_at: Start date for the range. Must be formatted as "YYYY-MM-DD". end_at: End date for the range. Must be formatted as "YYYY-MM-DD". 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| page | No | ||
| limit | No | ||
| years | No | ||
| end_at | No | ||
| genres | No | ||
| ratings | No | ||
| end_date | No | ||
| extended | No | ||
| runtimes | No | ||
| start_at | No | ||
| watchnow | No | ||
| countries | No | ||
| subgenres | No | ||
| start_date | No | ||
| certifications | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |