get_doc_page
Fetch a ClickUp Doc page's content using doc_id and page_id, with Markdown or plain text. Useful when you have both IDs from a prior create or update call.
Instructions
Get a single Doc page's content.
Mirrors update_doc_page's doc_id/page_id pair — most useful when you already have both IDs from a prior create_doc/update_doc_page call.
Args: doc_id: The Doc's ID, as returned by create_doc. page_id: The page's ID, as returned by create_doc. content_format: "text/md" (default) or "text/plain".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| page_id | Yes | ||
| content_format | No | text/md |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |