bitdefender_list_reports
List scheduled and instant reports with IDs, names, types, and run frequency. Filter by name or type to get report IDs needed for downloading report files.
Instructions
List scheduled/instant reports configured on the account - id, name, report type, and run occurrence (hourly/daily/weekly/monthly). Report IDs from this response are required by bitdefender_get_report_download_links. Returns a paginated envelope: page/pagesCount/perPage/total/items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by report name. | |
| page | No | Results page number (1-based). Defaults to 1. | |
| type | No | Filter by report type: 1 Antiphishing Activity, 2 Blocked Applications, 3 Blocked Websites, 5 Data Protection, 6 Device Control Activity, 7 Endpoint Modules Status, 8 Endpoint Protection Status, 9 Firewall Activity, 11 Malware Activity, 12 Malware Status, 13 Monthly License Usage, 14 Network Status, 15 On demand scanning, 16 Policy Compliance, 17 Security Audit, 18 Security Server Status, 19 Top 10 Detected Malware, 21 Top 10 Infected Endpoints, 22 Update Status, 23 Upgrade Status, 24 AWS Monthly Usage. | |
| perPage | No | Items per page (max 100). Defaults to 30. |