list_releases
List project releases with aggregated manual test and launch stats. Filter by status, search, and paginate to manage large release sets.
Instructions
List releases for a project with aggregated stats for manual tests and automated launches. Returns project, a releases array, and pagination holding the real total; there is no top-level count or data field. Supports filtering by status and search. Reach for get_release when you have one id and want its linked executions and launches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of releases to return | |
| offset | No | Pagination offset | |
| search | No | Search in release name, version, or description | |
| status | No | Filter by release status. Values come from the project vocabulary, typically planned, in_progress, completed or cancelled, plus any the project added; call get_project for the list it uses. An unrecognised value is rejected rather than quietly ignored. Like an execution status and a launch status, a release status is SET BY A PERSON and never derived from the stats beside it: a release can read completed with half its cases unexecuted and its only linked launch failed, and a linked launch can postdate completedAt. Read the rollup for what actually happened. | |
| projectId | Yes | Project UUID to list releases from | |
| includeDeleted | No | Include archived releases |