List dataset rows (paginated)
GET /organizations/:organizationId/datasets/:datasetId/rows
Returns a page of rows for the dataset. Each row has a stable id and a cells object keyed by column id. Use offset/limit to page; the response also reports the total row count.
Request