in lib/common/utils/reportUtilities.util.ts [59:68]
protected async getReport(): Promise<ReportResponse> {
const response = await this.buildRequest(
await this.reportService.getReportDownloadUrlWithOptions(
this.reportJobId,
this.reportDownloadOptions,
),
);
return new ReportResponse(response);
}