Is there an optimal way of filtering jobs by attributes. Say I want to get all jobs from a certain user, I can GetJobs() to get all the jobs and then filter that down, but querying for EVERY job first takes quite some time to perform. Is there a way to speed up that process that I’m missing.
Thanks