export_threat_model
Convert a threat model into CSV, PDF, or HTML documents. Generate a shareable audit-ready file from the current model state without modifying it.
Instructions
Export a threat model as CSV, PDF, or HTML.
Read-only; no side effects on the model. Renders the model's current state into a downloadable document. The export runs server-side and may take some time for large models; progress is reported automatically while it completes.
For CSV the content is returned inline as UTF-8 text; for PDF/HTML it is returned base64-encoded. For a re-importable, fully self-contained audit bundle (all versions, controls, assertions, attestations) use export_threat_model_archive instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format — "csv" (default), "pdf", or "html". | csv |
| model_id | Yes | ID of the threat model to export. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||