get_tc_success_rate
Retrieve test case success rate analytics over a specified time range for a project, with optional filters for test cases and launches.
Instructions
Get test case success rate analytics 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". |