Band structures

Hello, I am trying to download the band structure for a material, I can execute the command but I don’t know if it is downloaded because I can’t find it anywhere on my computer, do I have to save the band structure in a specific format?

from mp_api.client import MPRester
from emmet.core.electronic_structure import BSPathType

with MPRester(API_KEY) as mpr:
    # -- line-mode, Setyawan-Curtarolo (default):
    bs_sc = mpr.get_bandstructure_by_material_id("mp-1849")

You can use the dumpfn function in monty