---
title: "Render SVG"
method: GET
path: "/api/v1/runs/{id}/graph"
tags: ["Runs"]
---

# Render SVG

`GET /api/v1/runs/{id}/graph`

Renders the workflow graph as an SVG image using Graphviz.

## Path parameters

- `id` string, required

## Query parameters

- `direction` 'LR' | 'TB' | 'BT' | 'RL'

## Response `200`

SVG image of the workflow graph

## Other responses

- `404` — Run not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
