d0fc0114da66
Query account quality metrics over a date range
Retrieve daily test-run and plan-run quality metrics (total/passed/failed/stopped/retried counts) across workspaces in an account. Backed by the precomputed workspace_quality_metric_daily fact table, populated daily by the event-metric-aggregator cron. Only accessible by company admins.
Path parameters
Account ID to query
Query parameters
Comma-separated list of metric names to return (e.g. test_runs_executed, plan_runs_executed). When omitted, returns all metrics with data in the date range.
Inclusive start date (YYYY-MM-DD). Defaults to 30 days before end_date.
Inclusive end date (YYYY-MM-DD). Defaults to yesterday (most recent fully-aggregated day).
Optional comma-separated list of workspace IDs to scope results within the account.
Response
Quality metric series for the account over the date range