Skip to main content
GET
/
api
/
v1
/
executions
/
{executionID}
/
dag
Get execution DAG
curl --request GET \
  --url https://api.fact0.io/api/v1/executions/{executionID}/dag
{
  "nodes": [
    {}
  ],
  "edges": [
    {}
  ]
}

Path Parameters

executionID
string
required

Response

200 - application/json

DAG nodes and edges

nodes
object[]
edges
object[]