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": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fact0.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

executionID
string
required

Response

200 - application/json

DAG nodes and edges

nodes
object[]
edges
object[]