Is there a way to retrieve the # of executed jobs by PDS/VDS ?
For instance in like in there, I would like to retrieve VDS name for all VDS with number of execution bigger than 0.
@maddhanraj You should be able to look at queries.json scannedDatasets and parse that. The UI should also tell and you can look at the V2 API and run that (V2 APIs may get deprectaed)