get_generation_status
Track the progress of a generation job. Receive status updates, progress percentage, and site ID upon completion.
Instructions
Check the status of a generation job. Returns status (pending|processing|completed|failed), siteId (when completed), and an estimated progressPercent. Recommended polling interval: 5 seconds. The job typically takes 30-90 seconds total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The jobId returned by generate_site. |