Anura Reporting API - Raw Data Endpoints - Download
The Raw Data: Download endpoint returns a temporary URL that will allow you to download a self-generated report applicable to the supplied POST parameters.
Method |
URL |
POST |
https://api.anura.io/v1/raw/download |
Parameters
Required |
Type |
Description |
Note |
token |
string |
The token string you have been issued to connect to the Anura Reporting API. |
|
raw |
string |
The Raw Data report ID to download. |
|
Example Response
{
"url": "https%3A%2F%2Fanura-reports.s3.amazonaws.com%2Fraw%2F1234567890%2Fresponse%2Fanura-response-yourInstanceName-20220918-20220924-1664025751-f84312.zip"
}