Returns paginated rows for a page. Each row is a labeled group of media titles — the building blocks of your recommendation UI.
This is a snapshot-consistent endpoint: your session must match the session that created the page. If it doesn’t, you’ll get 401 SESSION_EXPIRED with the page’s original filters — use them to recreate the page in the current session.
Auth tier: session.
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
Opaque pagination token returned from the previous page
Maximum number of rows to return
1 <= x <= 50