coda_list_rows
List rows from a Coda table using optional filters, sorting, and pagination. Choose column names or IDs, and value format for results.
Instructions
List rows in a table with optional filtering and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableIdOrName | Yes | The ID or name of the table | |
| query | No | Filter rows by column value, e.g. "Column Name":"value" - optional | |
| sortBy | No | Sort order for returned rows - optional | |
| useColumnNames | No | Use column names instead of column IDs in the output - defaults to true | |
| valueFormat | No | The format that cell values are returned as. 'rich' returns detailed objects for images, people, and references. 'simple' returns plain strings. Defaults to 'rich'. | rich |
| limit | No | The number of rows to return - optional | |
| nextPageToken | No | The token needed to get the next page of results, returned from a previous call to this tool - optional |