coda_list_rows
Retrieve rows from a Coda table with optional filtering and limit settings to manage document data efficiently.
Instructions
List all rows in a table with optional filtering
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableId | Yes | The ID or name of the table | |
| query | No | Optional query to filter rows | |
| limit | No | Maximum rows to return (default: 100) |