list_columns
Retrieve all columns in a Coda table, including their properties, formats, and formulas, to inspect or manage table structure.
Instructions
List all columns in a table with their properties, formats, and formulas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| limit | No | ||
| page_token | No | ||
| visible_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of columns. | |
| href | No | API link to these results | |
| next_page_token | No | If specified, an opaque token used to fetch the next page of results. | |
| next_page_link | No | If specified, a link that can be used to fetch the next page of results. |