list_rows
Retrieve rows from a Coda table with filtering, sorting, and pagination options. Returns row data including cell values.
Instructions
List rows in a table with optional filtering, sorting, and pagination - returns row data with cell values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| query | No | ||
| sort_by | No | ||
| use_column_names | No | ||
| value_format | No | ||
| visible_only | No | ||
| limit | No | ||
| page_token | No | ||
| sync_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of rows. | |
| href | No | API link to these results | |
| next_page_token | No | If specified, an opaque token used to fetch the next page of results. | |
| next_page_link | No | If specified, a link that can be used to fetch the next page of results. | |
| next_sync_token | No | If specified, an opaque token that can be passed back later to retrieve new results that match the parameters specified when the sync token was created. |