maltego_export_json
Export the full active graph including entities, links, memory, and scores as a JSON file for programmatic use and integration with external tools.
Instructions
Export the full active graph (entities, links, memory, scores) as JSON.
A complete, programmatic snapshot — a superset of the .mtgx sidecars —
useful for downstream tooling that doesn't read Maltego files.
Args: params (ExportPathInput): - path (str): Destination JSON file path.
Returns: str: Confirmation including the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |