GET
notion_blocks_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 one block. Its children are not included — has_children says whether there are any, and blocks_children_list reads them.
from charter.packs import notion
result = await notion.blocks_retrieve.ainvoke({"blockId": ...})
Read content.| Field | Type | Description |
|---|---|---|
blockId * | string | The ID of the block. |
Was this page helpful?