Projects

Get project canvas

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

get/projects/{projectId}/canvas

Path parameters

projectIdstring required

Project identifier

Example:prj_abc123

Project identifier

Response

Project canvas returned.

project_idstring required

Project identifier

canvas_urlstring uri required

Project canvas URL

diagramstring required

Mermaid flowchart diagram

Example response

{
  "project_id": "prj_abc123",
  "diagram": "graph LR\n  n1[\"Prompt (text)\"]\n  n2[\"Result (image)\"]\n  n1 -->|text| n2"
}

Changes

Changed in 1 of the 8 revisions of this API.1