GET
notion_async_tasks_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.
Check work Notion took in the background. Creating or rewriting a page from a large Markdown body with allow_async answers with a task instead of the page; this is how you find out whether it finished.
from charter.packs import notion
result = await notion.async_tasks_retrieve.ainvoke({"taskId": ...})
Read content.| Field | Type | Description |
|---|---|---|
taskId * | string | The ID of the async task. |
Was this page helpful?