Get the list files that were passed to `import_vcf`? Or files associated with a MatrixTable object?

Hi Hail team,

I sometimes use wildcards when I pass VCF files to mt = hail.import_vcf("/vcfs/chr1*/*.vcf.gz")

I was wondering if there is anyway to validate what’s actually passed to that function? For example a method that would list all of the files that were successfully passed to import_vcf? For example, mt.list_input_files?

Is there anything like that in Hail?

I just want to make sure my wildcards are correctly picking up all the files I intend it to pickup.

Thanks.