Returns metadata for a specific row. Unlike the row list and items endpoints, this one doesn’t check session freshness — you can always fetch a row’s metadata, even after the session that created it has expired.
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
The unique identifier of the row
Row retrieved successfully
A single row within a page — a labeled group of media items with display info and pagination cursor.
Unique identifier for the row
Display title for the row
ID of the page this row belongs to
Type of row - media rows contain media items, navigation rows contain navigation items, provider rows contain provider items, top_n rows contain media items (same as media rows but distinguished by type)
media, navigation, provider, top_n Creation timestamp