List releases with current health verdicts
release_listList releases with health verdicts and crash-free, error, and latency rates. Filter by platform, channel, or deployment status. Supports cursor pagination.
Instructions
List releases newest-first with each release's CURRENT pre-computed health verdict (healthy/degraded/critical/unknown) and crash-free + error + latency rates. The verdict is computed server-side — read health_status, do not recompute it from the rates. Filter by platform, channel, or status (status='active' means deployed to production). Supports cursor pagination: pass cursor from pagination.cursor to fetch the next page. Use release_health for the full four-signal breakdown of one release, and release_regressions to find releases that got WORSE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_id | No | Filter to a specific environment. | |
| platform | No | ||
| channel | No | ||
| status | No | ||
| cursor | No | Pagination cursor from a prior call. | |
| limit | No | Page size (1-100). |