---
title: "Get project canvas"
method: GET
path: "/projects/{projectId}/canvas"
tags: ["Projects"]
---

# Get project canvas

`GET /projects/{projectId}/canvas`

Returns the current project canvas topology as a Mermaid flowchart using the same serializer as the Fauna agent.

## Path parameters

- `projectId` string, required — Project identifier

## Response `200`

Project canvas returned.

- object
  - `project_id` string, required — Project identifier
  - `canvas_url` string, uri, required — Project canvas URL
  - `diagram` string, required — Mermaid flowchart diagram
  - `summary` object, required
    - `node_count` integer, required
    - `edge_count` integer, required
    - `workflow_count` integer, required
    - `isolated_node_count` integer, required
    - `group_count` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.net/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/versions/2f4a714f8ce9/schema)
