In the SCORM Cloud, when we first unveiled the LRS piece, we had an export button. It has since been removed. There were a couple of reasons why we did that:
1. It was troublesome and caused problems early on...
2. It produced a json file, we found that really was only useful for developers and since most developers would be requesting the statements from the endpoint directly, they dismantled the button.
If you would like to get all of the statements, you can use a small js script like this.
You can switch out "printStatements" and adjust the query. Making it output to a file should be a matter of opening said file, printing to the open stream, and closing said file.
If you have any questions, please contact us at support@rusticisoftware.com. We’re happy to help!