list_sync_progress_up_next
Retrieve upcoming unwatched episodes from shows in progress. Get a sorted list of what to watch next, with pagination and stats options.
Instructions
Get up next.
GET /sync/progress/up_next
Args:
extended: Extended information to include in the response.
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.
sort_by: The field to sort by
sort_how: The direction to sort in
include_stats: Whether to include stats in the response
lifetime_stats: When true, progress.completed and progress.stats reflect lifetime totals across all watches of the show. When false (default), they reflect the current watching session — i.e. counters reset by /shows/:id/progress/watched/reset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| sort_by | No | ||
| extended | No | ||
| sort_how | No | ||
| include_stats | No | ||
| lifetime_stats | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |