def id2execution(self, id_): resp = requests.get(self.path + "/id_to_execution", params={"id":id_}) # resp is a list of execution json return bson_loads(resp.text)