list_rows
Fetch paginated rows from a sheet using a row-id cursor, with up to 500 rows per request. Each row includes a version for subsequent updates.
Instructions
List a sheet's rows, cursor-paginated by row id. Max limit 500.
Each row carries a version — keep it if you intend to update the row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| sheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||