coda_get_page_content
Retrieve the content of a Coda page as markdown. Provide the document ID and page ID or name to get the page content.
Instructions
Get the content of a page as markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document that contains the page to get the content of | |
| pageIdOrName | Yes | The ID or name of the page to get the content of |