clickup_get_doc_pages
Retrieve all pages of a ClickUp Doc with their full content, including title, subtitle, and body in markdown or plain text. Use this to read an entire Doc in a single call.
Instructions
Fetch a Doc's pages with content (the full readable body of the Doc).
When to Use:
To read everything a Doc contains in one call.
When NOT to Use:
To read just one page — use
clickup_get_page.To see structure without content — use
clickup_get_doc_page_listing.
Returns: Each page's title, subtitle, and content (markdown by default). Very large Docs are truncated with a note.
Examples:
params = {"doc_id": "8cbq...", "content_format": "text/plain"}
Error Handling:
404 → Doc not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |