get_mute_trend
Retrieve the trend of muted test cases over a specified time range, grouped by hour, day, week, or month.
Instructions
Get trend of muted test cases 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). | |
| 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. | |
| interval | No | Time interval for grouping. One of: "hour", "day", "week", "month". |