After I have scheduled my report template and the extracted files are in place, how do I get the files downloaded? The API tutorial uses ExtractFiles('id')/$value. I tried to use it, but somehow it downloads partial file. However, I was concerned about this approach as the actual file size iis 500MB, zipped. What's the point to get the data though an unzipping process again? The DataScope interface seems provides such a link for direct download, which makes me believe there should be a better way in the rest API to achieve this?