reports abstract method
Get all stored reports. The reports are not stored forever. There is an internal limit on the total size of all reports so older reports will be removed if space is needed for a newer report. The reports are sorted by their start time: the oldest report is first, the newest is last.
Implementation
core.List<ReportData> reports();