get_statistic_trend
Get test result statistic trends over time for a project with filters for test cases, launches, and time range.
Instructions
Get test result statistic trend over time 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. | |
| offset | No | Timezone offset in minutes. Must be a number, not a string. | |
| interval | No | Time interval for grouping. One of: "hour", "day", "week", "month". |