get_doc_page
Retrieve a single page from a ClickUp Doc with its content in markdown or HTML format. Use after listing pages to read a specific page.
Instructions
Get a single page of a Doc with its content (ClickUp Docs v3). Returns content as markdown by default. Use after get_doc_page_listing to read one specific page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| doc_id | Yes | ID of the Doc the page belongs to. | |
| page_id | Yes | ID of the page to fetch. | |
| content_format | No | Format to return the content in: 'text/md' (default) or 'text/html'. |