list_flow_analytics
Analyze Maestro flow pass-rates and run-counts over a lookback window to pinpoint flaky versus broken test flows.
Instructions
Aggregated pass-rate and run-count analytics per Maestro flow file over a lookback window. Use to identify flaky flows (low pass_rate but many passed_runs) vs. genuinely broken flows. Returns flow_name, file_name, pass_rate, passed_runs, failed_runs, total_runs, avg_duration, last_run_at, tags, daily_data per flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window. Default 14. | |
| tags | No | Comma-separated tag filter (e.g. smoke,critical). | |
| appId | No | Filter by app bundle id, e.g. com.datacamp. | |
| endDate | No | ISO 8601 — defaults to now. | |
| platform | No | Filter by platform. | |
| startDate | No | ISO 8601 — overrides days. |