get_launch_duration_histogram
Retrieve a histogram of launch durations to analyze test execution times, filtering by project, test cases, launches, and time range.
Instructions
Get histogram of launch durations for a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). | |
| tcRql | No | RQL filter for test cases. | |
| launchRql | No | RQL filter for launches. | |
| from | No | Start of time range (Unix timestamp ms). Must be a number, not a string. | |
| to | No | End of time range (Unix timestamp ms). Must be a number, not a string. | |
| buckets | No | Number of histogram buckets (default: 10). Must be a number, not a string. |