clickup_doc_pages
List and retrieve pages from a ClickUp document, including nested subpages and optional content, to organize and access documentation structure efficiently.
Instructions
List the pages inside a ClickUp doc, including any nested subpages. Returns an array of page objects (id, name, sub_title, parent_page_id, and optionally content). Pages are ordered by their tree position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | true = include each page's full markdown body in the 'content' field; false or omitted = return page metadata only (faster, smaller payload). | |
| doc_id | Yes | ID of the parent doc. Obtain from clickup_doc_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |