Update get_all_datasets function to set default of archived as None to return all datasets
Created by: deepakduggirala
The default value of archived was set to False, which resulted in only a few datasets being returned. The watch.py script uses this function to filter out already archived datasets, but it is not functioning correctly because it is not receiving all the datasets.