Retrieves all items from the playback list for a specific profile. Items are returned in descending order by updatedAt (newest first), then by createdAt. Supports cursor-based pagination using theDocumentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
nextPageToken query parameter.
Pagination:
- Use
nextPageTokenfrom the previous response to fetch the next page - If
hasMoreistrue, there are more items available on subsequent pages.
progress field (0-100) indicating the playback progress percentage.
Media Assets:
All items include media assets (id, title, poster_path, backdrop_path) automatically. Episode-level items also include episode_image and episode_title.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| nextPageToken | string | No | Opaque token from previous page for pagination |
| limit | integer | No | Maximum number of items to return (1-50, default: 10) |
Returns
PlaybackListResponse — List of playback items retrieved successfully
View response structure
View response structure