---
title: "Retrieve Graphviz DOT source"
method: GET
path: "/api/v1/runs/{id}/graph/source"
tags: ["Runs"]
---

# Retrieve Graphviz DOT source

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

Returns the raw Graphviz DOT source for the workflow graph (the contents of the workflow's `.fabro` file).

## Path parameters

- `id` string, required

## Response `200`

Graphviz DOT source

## 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)
