ListRowsData
Paginated list of rows with their inputs and per-cell status.
Properties
rowsarray ofrequiredRows on this page, in insertion order.
total_countintegerrequiredTotal rows being paginated. In browse mode (no `row_ids`): the sheet-wide row count. In filter mode (`row_ids` provided): the size of the `row_ids` filter — the number of IDs the caller asked about, not the sheet's total.
page_nointegerrequiredpage_sizeintegerrequiredExample
ListRowsData example
{
"rows": [
{
"row_id": "00000000-0000-0000-0000-000000000000",
"row_status": "pending",
"created_at": "1970-01-01T00:00:00.000Z",
"inputs": {},
"cells": {}
}
],
"total_count": 0,
"page_no": 0,
"page_size": 0
}