Ethereum Receipts

Is there any way to get transaction receipts by block? Would like to get this data on a per-block basis and hoping to avoid calling eth_getTransactionReceipt on each transaction in the block.

You could use SHOW TRANSACTION DETAILS FLAG = TRUE in a getBlock method but I’m not sure if that’s going to accomplish what you need, ex: