Get release check
Fetch the compiled release check report by its short ID. Poll until status is completed.
Path Parameters
^rc(-.+_.+|_.+)$Query Parameters
Mixin for project-scoped requests: an optional per-call project override.
Response
The request has succeeded.
Compiled launch-readiness report, synthesized by the review agent.
^rc(-.+_.+|_.+)$Dashboard URL for the release check's launch-readiness report.
Lifecycle status of a release check.
pending, running, completed, failed Overall launch verdict. Null while the review is still running.
ready, needs_attention, not_ready Narrative summary of the release's readiness. Null until the agent finishes.
Rolling latest progress while the check is running. Null once it finishes or before the first update.
Scored categories, each aggregating its checks. Empty until the agent finishes.
Overall 0-100 score (weighted average of scored categories). Null while running or when nothing was scored.
Key pages exercised during the review, with screenshots.
Technical health signals observed while testing. Extension point for future static checks and issue reporters.
Automated test totals. Null until tests have run.
Human-readable Markdown rendering of the report.