notion.getAsyncTask retrieve the status or result of a Notion background task.
Example
automations/notion-get-async-task.automation.ts
Inputs
Providetask_id, the ID returned by an asynchronous Notion operation. OAuth requires no additional content capability; personal access tokens use their normal API access. Every input accepts a compatible signal, and an optional second argument can select a named account.
Output
Returns anasync_task object. Queued and running tasks include poll_after_seconds; succeeded tasks include result; failed tasks include the provider error.
Poll no faster than poll_after_seconds. The official client retries only safe transient read failures.