Retrieves a paginated list of rows for a specific page. Rows are created on-demand if they don’t exist.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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| pageId | string | Yes | The unique identifier of the page |
| nextPageToken | string | No | Opaque pagination token returned from the previous page |
| limit | integer | No | Maximum number of rows to return |
Returns
GetRowsResponse — List of rows retrieved successfully
View response structure
View response structure