maltego_export_report
Export the active Maltego investigation graph as a deterministic report to a markdown or HTML file using the specified destination path.
Instructions
Write a deterministic investigation report for the active graph to a file.
Same content as maltego_generate_report, written to path. Use a .md path
for markdown or .html for HTML.
Args: params (ExportReportInput): - path (str): Destination file path. - format (ReportFormat): 'markdown' (default) or 'html'.
Returns: str: Confirmation including the path written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |