coda_list_columns
Retrieve column metadata from a Coda table, including names, types, and configuration, to understand the table schema before inserting or updating rows.
Instructions
List all columns in a Coda table.
Returns column metadata including name, ID, type (text, number, date, etc.), and configuration. Column IDs are internal identifiers — use column names when working with row data. This is the table schema — call this before inserting or updating rows to know the available columns and their types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the table | |
| table_id_or_name | Yes | Table ID or name to list columns from | |
| limit | No | Maximum number of columns to return (1-200) | |
| cursor | No | Pagination cursor from a previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |