List releases that regressed
release_regressionsList releases with significant crash-free rate drops, optionally filtered by environment or since a timestamp, to detect regressions in deployments.
Instructions
List releases that REGRESSED (crash-free rate dropped past the server's significance gate), newest-first, optionally since a timestamp. kind='release' means the release degraded vs the prior release; kind='change' means it degraded right after a specific flag/config change (see change_entity_key). The drop is detected server-side — report crash_free_delta as given, do not recompute it. crash_free_delta of 0 on a kind='change' entry may mean the delta was not computable — check pre/post_crash_free_rate to confirm before treating 0 as a true no-change reading. Use release_health(release_id) to investigate a specific regression in depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO timestamp lower bound. Defaults to 24 h ago. | |
| environment_id | No | Filter regressions to one environment. | |
| limit | No | Max regressions to return (1-100). |