Anura Reporting API - Raw Data Endpoints - Report
The Raw Data: Report endpoint will allow you to retrieve detailed, report specific information applicable to the supplied POST parameters.
Method |
URL |
POST |
https://api.anura.io/v1/raw/report |
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 being requested. |
|
Example Response
{
"id": "kuDZdF6v",
"type": "Response",
"name": "Anura+Raw+Response+Report+20220924",
"start": 20220918,
"end": 20220924,
"instance_id": 1234567890,
"instance_name": "yourInstanceName",
"columns": {
"standard": [
"source",
"campaign",
"response_id",
"result",
"remote_address",
"network",
"country",
"region",
"city",
"user_agent",
"browser_name",
"browser_version",
"os_name",
"os_version",
"device_type"
],
"additional": null
},
"filters": null,
"send_email": true,
"requested": "2022-09-24T13:22:31+00:00",
"file_name": "anura-response-yourInstanceName-20220918-20220924-1664025751-f84312.zip",
"file_size": 208472,
"rows": 5721,
"created": "2022-09-24T13:31:46+00:00",
"failed": null,
"timed_out": null,
"cancelled": null,
"alerted": "2022-09-24T13:31:46+00:00",
"status": "Ready",
"processing_minutes": 10,
"expires": "2022-10-25T00:00:00+00:00"
}