List Rows
Tables
List Rows
List rows in a sheet, each containing a map of column_id to cell. For prompt-template column cells, each cell can include a request_metrics object with price, latency, and token usage when available. Pass include_columns=true on the first page to receive column metadata alongside rows.
GET
List Rows
List rows in a sheet. Each row contains a map of
column_id → cell.
Pass include_columns=true (the default on the first page) to receive column metadata alongside rows — useful for building column headers.
Use cursor-based pagination for large sheets.Authorizations
Query Parameters
When true, include system-managed metadata columns such as price and latency columns for prompt-template outputs.
When true, include sheet-level and per-column aggregates for execution metrics such as price and latency.
Required range:
1 <= x <= 100Available options:
asc, desc Include column metadata in the response. Defaults to true on the first page.
Response
List of rows

