Assume I have a list of job ids.
I want to retrieve them all efficiently.
At the moment the only way seems to be calling IMonitoringAPI.JobDetails(string jobId)
for each jobId separately.
Am I missing something or is there really no way to retrieve a bunch of jobs at once?
If there isn’t, are there plans to implement it?