Hello, I am trying to determine if there is a way to search for specific files to download. I don't see any search bar option within the folder. Could you please let me know how to query it programmatically or through the Synapse UI? Regards Akhil

Created by Akhil Pampana Akhil
Hi all, I created an Entity View for you here: https://www.synapse.org/#!Synapse:syn53038826/tables/. You can query this table for files in different folders. See this for more information: https://help.synapse.org/docs/Querying-Tables,-Views,-and-Datasets.2667642897.html.
Thank you so much for the help. I could able to download those that are needed for me. Regards Akhil Pampana
Hi Akhil, one programmatic solution would be to use the Synapse command line tool. With the **list** command, you can retrieve the list of files within one folder (specified by its Synapse ID) along with their Synapse ID. This list you can filter and the Synapse ID can then be used to download the respective file(s) using the **get** command. For more information, see https://python-docs.synapse.org/build/html/CommandLineClient.html. There are several other APIs provided by Sage that you can use alternatively. Best, Matthias

Query to download specific files page is loading…