---
title: "Export topology as Mermaid flowchart"
method: GET
path: "/api/v1/topology/{id}/export/mermaid"
tags: ["Topologies"]
---

# Export topology as Mermaid flowchart

`GET /api/v1/topology/{id}/export/mermaid`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `view` 'L2Physical' | 'L3Logical' | 'Workloads' | 'Application' — Which topology view is being rendered

## Response `200`

Mermaid flowchart export

## Other responses

- `403` — Access denied
- `404` — Topology not found

---

[API](https://skmtc.net/scanopy/apis/scanopy-api.md) · [All operations](https://skmtc.net/scanopy/apis/scanopy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scanopy/scanopy-api/revisions/2df1fc47dfa7/schema)
