Apologies my previous PR to restrict dags returned from the dag_stats end point via a get parameter applied the filter after the group by which had no effect. So even if dag_ids was past all dags were still returned.
Forthcoming PR fixes the issue by applying the filter before the group by
- links to