get_doc_pages
Retrieve every page of a ClickUp Doc with full content, returned as markdown. Use to read an entire Doc at once.
Instructions
Get every page of a Doc together with its full content (ClickUp Docs v3). Returns content as markdown by default. Use to read an entire Doc at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| doc_id | Yes | ID of the Doc whose pages to fetch. | |
| content_format | No | Format to return page content in: 'text/md' (default) or 'text/html'. |