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. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
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.
The response includes version, the current sheet version count for the returned rows.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.
1 <= x <= 100asc, desc Include column metadata in the response. Defaults to true on the first page.
Response
List of rows
Each item represents one row.
Current sheet version_count for this response. It matches the sheet's version_count after any committed changes.
Sheet-level and per-column aggregates for price and latency metrics. Only present when include_execution_metadata_aggregates=true.

