get_ui_diff_run_status
Retrieve the current status of a UI diff run started via start_ui_diff_run, indicating completion or ongoing progress.
Instructions
Returns the status of a background UI diff run started by start_ui_diff_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| projectRoot | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| label | No | ||
| runId | Yes | ||
| status | Yes | ||
| progress | No | ||
| startedAt | No | ||
| reportPath | No | ||
| completedAt | No | ||
| heartbeatAt | No | ||
| artifactRoot | No | ||
| checkpointPath | No |