I need a report to list all the custom reports created with information on schedule and who created it.
Hi,
this is probably a good start for what you're looking for:
SELECT ReportJobID, Name, Description, Enabled, AccountID, LastRun, WebsiteID, SchedulesData, ActionsData, ReportsData, UrlData, ActionTitles, ReportTitles, FrequencyTitle, DisplayName, InstanceType, Uri, InstanceSiteIdFROM Orion.ReportJobs
Indeed a good start for me to check which table to dig. Thanks a lot @Daran , appreciate your response.