I would like to create a Notebook that scan all backtests ran for an algorithm and perform some comparison/evaluation of those.
While get_backtest(backtest_id) is fine, an API to fetch all available backtests for an algorithm is still missing. Or is there a workaround?