The Report interface of the Reporting API represents a single report.
Report
MDN Reference
The body read-only property of the Report interface returns the body of the report, which is a ReportBody object containing the detailed report information.
body
ReportBody
The type read-only property of the Report interface returns the type of report generated, e.g., deprecation or intervention.
type
deprecation
intervention
The url read-only property of the Report interface returns the URL of the document that generated the report.
url