How to check whether a symbol is halted?

I know the asset object has status ‘tradable’ and ‘status’, but how to check whether a symbol is halted? (Such that is it likely that the symbol will trade again after 15 minutes). Is it just status=active and tradable=false?

Is there a way to obtain a list of halted status stocks or check a status using asset’s as the OP asked a couple of years ago? I do see that if you’re streaming trades you will see statuses but what if you’re not streaming a symbol and would like to see if it is halted?