get_row
Retrieve a specific row from a Coda table by its row ID or name, returning all cell values. Supports column name labels and multiple value formats.
Instructions
Get a specific row from a table by its ID or name with all cell values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| row_id_or_name | Yes | ||
| use_column_names | No | ||
| value_format | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the row. | |
| type | Yes | The type of this resource. | |
| href | Yes | API link to the row. | |
| name | Yes | The display name of the row, based on its identifying column. | |
| index | Yes | Index of the row within the table. | |
| browser_link | Yes | Browser-friendly link to the row. | |
| created_at | Yes | Timestamp for when the row was created. | |
| updated_at | Yes | Timestamp for when the row was last modified. | |
| values | Yes | Values for a specific row, represented as a hash of column IDs (or names with `useColumnNames`) to values. |