plane-page-get-content
Retrieve the readable HTML or plain text content of a page, with optional removal of editor classes for cleaner output.
Instructions
Get the readable HTML content of a page. Returns the description_html field from the page model (NOT the Yjs binary endpoint). Optionally strips Plane editor classes for cleaner reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_text | No | Return plain text instead of HTML | |
| page_id | Yes | Page UUID | |
| project_id | Yes | Project UUID | |
| strip_classes | No | Strip editor CSS classes for cleaner output |