list_formulas
Retrieve all named formulas from a Coda document, including their names and IDs, to manage formula references.
Instructions
List all named formulas in a Coda doc with their names and IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| limit | No | ||
| page_token | No | ||
| sort_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of named formulas in the doc. | |
| 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. |