Looks like filters (parameters) are not applied and not fetched for Paginated Reports similar to Sample Reports as shown in demo (https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#)
report.setFilters([filter]);
report.getFilters();
Is there any way to fetch filters and apply them for embedded Paginated reports?