GET
notion_pages_retrieve_markdown.py
Requires
Read content.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a page’s whole content as Markdown, rendered by Notion. One call instead of recursing through blocks_children_list, and the cheapest way to read a page you only need to understand rather than edit.
from charter.packs import notion
result = await notion.pages_retrieve_markdown.ainvoke({"pageId": ...})
Read content.| Field | Type | Description |
|---|---|---|
pageId * | string | The ID of the page. |
| Field | Type | Description |
|---|---|---|
includeTranscript | boolean | Whether to include the transcript of a meeting notes block in the rendered Markdown. |
Was this page helpful?