Get a full-site scan run by id
get_runPoll a full-site accessibility scan to track page progress, severity counts, and get the failure reason once the run completes.
Instructions
Polls a full-site run started by scan_site — page progress, severity counts and, once terminal, a failure reason. Pro+. For a single-page scan from scan_url, use get_scan instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The id returned by scan_site. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | ||
| standard | Yes | The standard the checks were run against, e.g. "WCAG 2.1 AA". | |
| scoringGuidance | Yes | Binding instruction for the assistant reading this result. Follow it literally. | |
| coverageDisclaimer | Yes | Why this result is not a compliance verdict. Always relay it; never present a scan as proof of conformance. |