coda_list_controls
Retrieve all interactive controls (sliders, selects, date pickers) in a Coda document with their names, IDs, types, and current values to manage or inspect UI elements.
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 |
|---|---|---|---|
| limit | No | Maximum number of controls to return (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| doc_id | Yes | The doc ID to list controls from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |