List Rows
Smart Tables
List Rows
List rows in a sheet, each containing a map of column_id → cell. Supports cursor pagination. 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 ofDocumentation Index
Fetch the complete documentation index at: https://promptlayer-claude-nice-fermi-nop3f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Required range:
1 <= x <= 100Available options:
asc, desc Include column metadata in the response. Defaults to true on the first page.

