GET
notion_comments_retrieve.py
Requires
Read comments.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one comment by ID.
from charter.packs import notion
result = await notion.comments_retrieve.ainvoke({"commentId": ...})
Read comments.| Field | Type | Description |
|---|---|---|
commentId * | string | The ID of the comment. |
Was this page helpful?