clickup_doc_get_page
Retrieve a ClickUp doc page's full markdown content, title, subtitle, and parent-page link. Use after listing pages to get the complete page data.
Instructions
Fetch a single page from a ClickUp doc including its full markdown content, title, subtitle, and parent-page link. Use clickup_doc_pages to list all pages in a doc first. Returns the page object with content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ID of the parent doc. Obtain from clickup_doc_list (field: id). | |
| page_id | Yes | ID of the page to fetch. Obtain from clickup_doc_pages (field: id). | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |