Check Website Creation Status
check_website_statusPoll the status of a website creation workflow to determine if it is complete, partial, or errored, and retrieve the results for each page.
Instructions
Poll the status of a website-creation workflow started by create_website. Pass the workflow_id you received from that tool. While the workflow is running, call this again after poll_after_ms ms. Once done is true, status is complete (all pages generated), partial (some failed), or errored. result.pages lists every page (home + additional) with its individual status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow id returned by create_website |