Download Rapid7 Export
download_rapid7_exportDownload a completed Rapid7 export and load its Parquet files into a local DuckDB database for querying.
Instructions
Download a completed Rapid7 export and load into the database.
Call this after check_rapid7_export_status confirms the export is COMPLETE. Downloads the Parquet files and loads them into the local DuckDB database for querying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_id | Yes | The export ID of a completed export. | |
| export_type | No | Type of export. One of "vulnerability", "policy", or "remediation". | vulnerability |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |