Retrieves a paginated list of media items for a specific row.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The unique identifier of the page
The unique identifier of the row
Opaque pagination token returned from the previous page
Maximum number of items to return
1 <= x <= 50List of row items retrieved successfully
Array of row items - can be MediaItem, NavigationItem, or ProviderItem based on the row type
A row item can be a MediaItem, NavigationItem, or ProviderItem.
Use the type field to determine which type it is:
type: "media" indicates a MediaItem (has media_type field)type: "navigation" indicates a NavigationItem (has page_id field)type: "provider" indicates a ProviderItem (has paths field with resolution URLs)Whether there are more items available
Opaque token to fetch the next page of results