GET
notion_pages_retrieve.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 properties. This does not return the page’s content — the blocks are read with blocks_children_list, or all at once as Markdown with pages_retrieve_markdown. A property holding more than 25 entries comes back truncated; read it in full with pages_retrieve_property_item.
from charter.packs import notion
result = await notion.pages_retrieve.ainvoke({"pageId": ...})
Read content.| Field | Type | Description |
|---|---|---|
pageId * | string | The ID of the page. |
| Field | Type | Description |
|---|---|---|
filterProperties | string[] | Property IDs to return, instead of all of them. A page that does not have a listed property simply omits it. max 100 items |
Was this page helpful?