Full health verdict + four signals for one release
release_healthRetrieve the pre-computed health verdict for a release, including crash-free rate, error rate, latency, conversion, and code context, with delta against the prior release.
Instructions
Return the full pre-computed health verdict and all four signals (crash-free, error rate, p95 latency, conversion) for ONE release, plus code context (commit SHA, PR number, PR title, branch, commit count) and the delta vs the prior release. health_status and health_score are authoritative — narrate them, never derive your own verdict from the individual rates. conversion_rate may be null when business metrics are not instrumented for this project; do not treat null as 0%.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_id | Yes | UUID of the release to inspect. | |
| environment_id | No | Filter health snapshot to a specific environment. | |
| window_minutes | No | Rolling window in minutes for the health signals (5–10080, default 60). |