Is it possible to run Query_report from server script

Hi,
is it possible to run Query_report from server script e.g something this :
frappe.query_report.run?report_name= & filters={}
or there is any other method to call report via python script on frappe. cloud

I also think adding this frappe.query_report.run into safe_exec is needed.