AWS Thinkbox Discussion Forums

Python API Job Filtering

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

As far as I know, this does not exist. It should, but does not :frowning:

I’d be very pleased to be proven wrong about this though.

The only filtering I am aware of is GetJobsInState. At least helps narrow down the search space.

Privacy | Site terms | Cookie preferences