clickup_get_page
Fetch a single page from a ClickUp Doc by its page ID, returning its title, subtitle, and content in markdown format.
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 |