export_bundle
Convert compliance evidence bundles from AIops audit trails into markdown, CSV, or JSON format for reporting and analysis.
Instructions
[WRITE][risk=medium] Render a bundle to markdown / csv / json.
Args: bundle_path: Path to a bundle .json. fmt: "markdown", "csv", or "json". out_path: Output path (default: alongside the bundle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | markdown | |
| out_path | No | ||
| bundle_path | Yes |