A way to retrieve the number of executed jobs for a PDS/VDS

Hi everyone,

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.
image

Can you think at a way to realize that ?

Kind regards

@YEN That’s a great question, currently we do not have this, let me find out if we can add this as a feature

1 Like

@balaji.ramaswamy Thank you, I guess if it’s not possible we must be able to parse the executions logs, but it’s not really convenient.

Thanks,

is this introduced ?

@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)