coda_list_rows
Retrieve rows from a Coda table with filtering, sorting, and pagination to access specific data efficiently.
Instructions
List rows in a table with optional filtering and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| tableIdOrName | Yes | ||
| query | No | ||
| sortBy | No | ||
| useColumnNames | No | ||
| valueFormat | No | ||
| visibleOnly | No | ||
| limit | No | ||
| pageToken | No | ||
| syncToken | No |