clickup_doc_get_page
Retrieve a specific page from a ClickUp document to access its full markdown content, title, and structure details for documentation management.
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. |