curl --request GET \
--url https://api.example.com/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/runs/{id}/graph \
--header 'Authorization: Bearer <token>'"<string>"JWT bearer token issued by fabro-web. See the Authentication guide for details.
Unique run identifier (ULID).
SVG image of the workflow graph
The response is of type string.