Get Coda Row
coda_get_rowRetrieve a specific row from a Coda table by providing document, table, and row IDs. Returns column values in simple or rich format.
Instructions
Get a specific row from a Coda table by its ID or name.
Args:
doc_id (string): The document ID
table_id (string): The table ID or name
row_id (string): The row ID or name
value_format: 'simple' or 'rich'
response_format: 'markdown' or 'json'
Returns: Row with all column values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| row_id | Yes | Row ID or name | |
| table_id | Yes | Table ID or name | |
| value_format | No | simple | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |