coda_get_page_content
Retrieve a Coda page's text content in HTML or markdown format for reading and extracting information directly from the doc.
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 | |
| output_format | No | Content output format | markdown |
| page_id_or_name | Yes | Page ID or name to read content from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |