def job_executions(job_execution_id): job_execution = api.get_job_execution(job_execution_id) return u.render(job_execution.to_wrapped_dict())