curl --request GET \
--url https://api.example.com/api/v1/runs/{id}/graph \
--header 'Authorization: Bearer <token>'"<string>"Renders the workflow graph as an SVG image using Graphviz.
curl --request GET \
--url https://api.example.com/api/v1/runs/{id}/graph \
--header 'Authorization: Bearer <token>'"<string>"Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Unique run identifier (ULID).
SVG image of the workflow graph
The response is of type string.