Kevin Tian
Results
41
comments of
Kevin Tian
Would something like this work? ```python jobs = service.jobs(pending=True) for job in jobs: print(job.job_id(), job.status()) ```