get_launches_statistics
Retrieve a project's test launches with aggregated statistics. Filter by period, status, tags, or search terms to review run results and outcomes.
Instructions
Get a list of launches (test runs) with aggregated statistics for a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period in days | |
| tags | No | Filter by tags | |
| limit | No | Number of launches to return | |
| offset | No | Pagination offset | |
| search | No | Search in launch title/ID/tags | |
| statuses | No | Filter by run status | |
| projectId | Yes | Project UUID to query |