list_sync_progress_watched
Get watched progress from your Trakt sync, filter by completion or rewatch status, and sort results to track viewing activity.
Instructions
Get watched progress.
GET /sync/progress/watched
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
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.
hide_completed: Query parameter.
hide_not_completed: Query parameter.
only_rewatching: When true, restrict the list to shows the user is currently rewatching (i.e. those with an active progress.reset_at).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| sort_by | No | ||
| extended | No | ||
| sort_how | No | ||
| hide_completed | No | ||
| lifetime_stats | No | ||
| only_rewatching | No | ||
| hide_not_completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |