This report uses our deferred download APIWhen a request is made to an endpoint, a file token will be returned in the response. This token can then be used to download the file from our request download endpoint. The request download endpoint will return a
202 AcceptedHTTP response while the file is being processed. When file is finished processing and ready for download, you will receive a200 OKand a url to download the file.
