get_site_status
Check the status and generation progress of a site.
Returns detailed progress information including:
stage: Current step (initialization, validation, research, strategy, generation, assembly, completion)
overallProgress: Total progress 0-100 across all stages (use this for progress bars)
stageProgress: Progress within current stage 0-100
message: Human-readable status message
isComplete: Boolean - stop polling when true
Use the versionId returned from create_site for real-time progress polling. Poll every 5-10 seconds while isComplete is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| versionId | No | The versionId returned from create_site (preferred for progress tracking) | |
| businessId | No | The businessId returned from create_site (fallback, less detailed) |