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

Authorizations

Authorization
string
header
required

Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.

Path Parameters

id
string
required

Unique run identifier (ULID).

Response

SVG image of the workflow graph

The response is of type string.