Skip to main content
GET
/
runs
/
{id}
/
graph
Render SVG
curl --request GET \
  --url https://api.example.com/runs/{id}/graph \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT bearer token issued by fabro-web. See the Authentication guide for details.

Path Parameters

id
string
required

Unique run identifier (ULID).

Response

SVG image of the workflow graph

The response is of type string.