Download Rapid7 Export
download_rapid7_exportIdempotent
Downloads completed Rapid7 exports and loads them into a local database for querying after export status confirms completion.
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
TableJSON 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |