coda_list_rows
Retrieve rows from a Coda table with optional filtering, sorting, and pagination.
Instructions
List rows in a table with optional filtering and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| limit | No | The number of rows to return - optional | |
| query | No | Filter rows by column value, e.g. "Column Name":"value" - optional | |
| sortBy | No | Sort order for returned rows - optional | |
| nextPageToken | No | The token needed to get the next page of results, returned from a previous call to this tool - optional | |
| tableIdOrName | Yes | The ID or name of the table | |
| useColumnNames | No | Use column names instead of column IDs in the output - defaults to true |