bitdefender_get_report_download_links
Check if a report is ready and retrieve its download URLs for CSV+PDF archives, including the most recent or all scheduled instances.
Instructions
Check whether a report is ready for download and, if so, get its download URL(s) - readyForDownload, lastInstanceUrl (most recent instance), and allInstancesUrl (scheduled reports only). Both URLs require the same HTTP Basic auth as the API itself (API key as username, empty password) and return a CSV+PDF archive. Requires a report ID from bitdefender_list_reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Report ID, from bitdefender_list_reports. |