v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Reporting

Get Download Report Link

This API endpoint allows users to retrieve a downloadable link for a previously generated report run. Users can specify the export file format (CSV or PDF) by providing the appropriate exportType parameter in the request body. The response will contain the file's download URL, MIME type (application/zip for CSV file format and application/pdf for PDF file format), and the suggested file name for the report. Report ID can be obtained from List Reports API and Report run ID can be obtained from List Report Runs API.

post/network-reporting/v1/reports/{report-id}/report-runs/{report-run-id}/download-link

Path parameters

report-idstring required

The unique identifier of the user report.

report-run-idstring required

The unique identifier of the report run

Request body

exportType'CSV' | 'PDF' required

Specifies the Export Type

Response

Successfully generated report download link.

fileNamestring required
mimeTypestring required
urlstring required