get_column
Retrieve detailed information about a column, including its type, format, and formula, from a Coda table.
Instructions
Get detailed information about a specific column including its type, format, and formula
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| column_id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the column. | |
| type | Yes | The type of this resource. | |
| href | Yes | API link to the column. | |
| name | Yes | Name of the column. | |
| display | No | Whether the column is the display column. | |
| calculated | No | Whether the column has a formula set on it. | |
| formula | No | Formula on the column. | |
| default_value | No | Default value formula for the column. | |
| format | Yes | Format of the column. |