Get a journey run by id
get_journey_runPoll a journey run for per-step progress checkpoints and, when finished, the failure reason if a step failed.
Instructions
Polls a run started by run_journey — per-step checkpoints and, once terminal, a failure reason if a step failed. Pro+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The id returned by run_journey. |
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. |