Check Website Edit Status
check_edit_statusPoll the status of a website edit workflow. Use the workflow ID to check if the task is running, complete, or errored, and retrieve changed pages when done.
Instructions
Poll the status of a website-edit workflow started by edit_website. Pass the workflow_id you received from that tool. While running, call this again after poll_after_ms ms. Once done is true, status is complete or errored; when complete, result holds the changed pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow id returned by edit_website |