export_threat_model
Export a threat model to CSV, PDF, or HTML by initiating an async job that polls for completion and retrieves the rendered file.
Instructions
Export a threat model as CSV, PDF, or HTML.
The backend export endpoint runs as an async job (the synchronous
render path was retired because cross-model assurance compute could
pin the worker for minutes on large models). This tool kicks off the
job, polls for completion via _await_backend_job (reporting
progress), then fetches the rendered bytes.
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 | |||