---
title: "Get report data"
method: GET
path: "/v3/media/{file_id}"
---

# Get report data

`GET /v3/media/{file_id}`

Download a zipped archive of the rendered report. The file is available for download for 72 hours.<br> The zip file will be named `<PRODUCT>_<REPORT_ID>.zip`<br> The csv file in the zip archive will be named as `report_<PRODUCT>_<ACCOUNT_ID>_<DATE>.csv` the date will be formatted as `yyyyMMdd`.

## Path parameters

- `file_id` string, required

## Response `200`

Zip file containing CSV files

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/vonage/apis/reports.md) · [All operations](https://skmtc.net/vonage/apis/reports/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vonage/reports/versions/2ac28968e286/schema)
