that's not possible directly, but something like the following should work (replace XX with bridge of your choice):
grep -l '^net.*bridge=vmbrXX' /etc/pve/nodes/*/{qemu-server,lxc}/*.conf
but it might contain some false positives (e.g., it will also contain matches that are just in snapshots).