API resource
Scheduled Reports
Scheduled Reports are recurring schedules that generate reports for WordPress sites available to you. Use Scheduled Reports to manage recurring report generation for each site, including schedule status, frequency, next report time, report contents, and email delivery settings.
List scheduled reports
Returns active and paused scheduled reports in your account for sites
/scheduled-reports POSTCreate scheduled report
Creates an active scheduled report for a site available to you.
/scheduled-reports GETShow scheduled report
Returns one active or paused scheduled report for a site available to
/scheduled-reports/{scheduled_report_id} DELETEDelete scheduled report
Deletes one scheduled report.
/scheduled-reports/{scheduled_report_id} POSTUpdate scheduled report
Updates one scheduled report's timing, frequency, template, report
/scheduled-reports/{scheduled_report_id}/update POSTPause scheduled report
Pauses one active scheduled report.
/scheduled-reports/{scheduled_report_id}/pause POSTResume scheduled report
Resumes one paused scheduled report.
/scheduled-reports/{scheduled_report_id}/resume