List Coda Controls
coda_list_controlsRetrieve all controls (formula cells, buttons, date pickers, etc.) from a Coda document. Supports pagination and returns IDs, names, types, formulas, and browser links.
Instructions
List all controls (formula cells, buttons, date pickers, etc.) in a Coda document.
Args:
doc_id (string): The document ID
limit (number): Max controls (default 25)
page_token (string, optional): Pagination token
response_format: 'markdown' or 'json'
Returns: List of controls with id, name, type, formula, browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–500, default 25) | |
| doc_id | Yes | Coda document ID | |
| page_token | No | Token for next page of results (from previous response) | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |