get_formula
Retrieve details and computed values of a specific named formula in a Coda document.
Instructions
Get details about a specific named formula including its computed value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| formula_id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the formula. | |
| type | Yes | The type of this resource. | |
| href | Yes | API link to the formula. | |
| name | Yes | Name of the formula. | |
| parent | Yes | Parent page of the formula. | |
| value | Yes | The computed value of the formula. |