coda_get_page_content
Retrieve the text content of a Coda page in HTML or markdown format, suitable for reading and processing instead of metadata.
Instructions
Get the text content of a page in a Coda doc.
Returns the page's content in the specified format (HTML or markdown). Markdown output may be lossy for complex Coda content (embedded objects, pack formulas). Use this for reading page text — use coda_get_page for metadata only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the page | |
| page_id_or_name | Yes | Page ID or name to read content from | |
| output_format | No | Content output format | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |