map_export
Export current or specified network diagram sheet as JSON, PNG, or PDF. PNG and PDF return base64-encoded blobs for client-side file saving.
Instructions
Export current or specified sheet as JSON / PNG / PDF. PNG and PDF return base64-encoded blobs with mimeType — the client decodes and saves to a file. Server raises the response timeout to 30s for PNG/PDF since large maps can take several seconds to render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: json) | |
| sheet_id | No | Sheet id (omit for the active sheet) |