coda_list_controls
List all interactive controls in a Coda document, including sliders, select lists, and date pickers. Returns metadata like name, type, and current value.
Instructions
List all controls (sliders, select lists, date pickers, etc.) in a Coda doc.
Returns control metadata including name, ID, type, and current value. Controls are interactive UI elements on pages. Use coda_get_control to read a specific control's current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID to list controls from | |
| limit | No | Maximum number of controls to return (1-200) | |
| cursor | No | Pagination cursor from a previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |