clickup_get_page
Retrieve a single page from a ClickUp Doc, including its title, subtitle, and content. Ideal for reading a page before editing or review.
Instructions
Fetch one page of a Doc, including its content.
When to Use:
To read or re-read a single page by id (e.g. before editing it).
When NOT to Use:
To read every page — use
clickup_get_doc_pages.
Returns: The page's title, subtitle, and content (markdown by default).
Examples:
params = {"doc_id": "8cbq...", "page_id": "abc"}
Error Handling:
404 → page not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |