coda_get_row
Retrieve a single row from a Coda table using its row ID or display column value, returning all column values.
Instructions
Get a single row from a Coda table by ID or display column value.
Returns all column values for the specified row. Use this when you have a specific row ID or know the display column value. For querying multiple rows with filters, use coda_list_rows instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the table | |
| table_id_or_name | Yes | Table ID or name | |
| row_id_or_name | Yes | Row ID or name (display column value) | |
| use_column_names | No | Use column names (True) or IDs (False) in row values |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |