Describe the bug
I can't download some ready to download results due to a falsed flag button.
Expected behavior
Download the csv.
Genome build
hg38
Screenshots or pipeline output

Additional context
It is good to get the filename in csv file, not the hash.
Or may a workaround via curl:
curl -X GET https://ai.marrvel.org/api/job/{hash}/download \
-H "Authorization: Bearer {myhash}" \
-H "Accept: application/json"
I really thanks your work!
Describe the bug
I can't download some ready to download results due to a falsed flag button.
Expected behavior
Download the csv.
Genome build
hg38
Screenshots or pipeline output

Additional context
It is good to get the filename in csv file, not the hash.
Or may a workaround via curl:
I really thanks your work!