Get design review
design_review_getRetrieve status or a focused/evidence view for an existing review job. Pace polling with poll_after_ms; act on measurements and only model-backed findings.
Instructions
Get status or a compact, focused, or evidence view for an existing review job. Poll no faster than the returned poll_after_ms. Result reads do not consume review units. Act on review.measurements.violations unconditionally: they are computed from the captured DOM and are true whether or not a model ran. Act on review.findings only when provenance.model_backed is true and coverage.state is full or partial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Result view (default: summary). | summary |
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | ||
| error | No | Typed tool error, returned with isError: true instead of the result envelope. The full code and next_action vocabularies are in schemas/review-error.schema.json. | |
| focus | No | ||
| budget | No | ||
| review | No | ||
| recheck | No | ||
| evidence | No | ||
| findings | No | ||
| presentation | No | Emitted by the evidence view only: the honest capability downgrade, naming exactly what the calling host could not render rather than dropping it silently. | |
| schema_version | No |