Download report file
This code snippet shows you how to retrieve a report file. The report file is a Zipped CSV file containing all the records for the request.
Note that there is a data retention period of 4 days, so reports older than 4 days will not be available.
Example
| Key | Description |
|---|---|
VONAGE_API_KEY | Your Vonage API key (see it on your dashboard). |
VONAGE_API_SECRET | Your Vonage API secret (also available on your dashboard). |
FILE_ID | The file ID of the report to retrieve. |
Run your code
Save this file to your machine and run it:
Try it out
Set the replaceable variables for your account.
Set the
FILE_ID. You can obtain this from the details of a get report status or list reports call. The response will contain JSON similar to:In this case
84a14d67-1234-5678-9012-ac042b16092ais theFILE_ID.Run the script to download a Zip file containing the report in CSV format.