Query running workflows by their history size in either events or bytes

Hi all!
I use replay history to check if my local code will cause NonDeterminism error on running workflows. But now there’s 1 million of them and I can’t run replay history on all of them. I’m writing select to get some amount workflow that is enough to run on them replay history to avoid NonDeterminismError. So I wanna get 10 biggest workflows by history, but I see that for running workflows there’s no searchAttributes HistoryLength and HistorySizeBytes . Is there any way to do that?