Skip to main content
GET
/
api
/
v1
/
lineagev2
/
tree
Get hierarchical tree structure for all data sources
curl --request GET \
  --url https://app.datafold.com/api/v1/lineagev2/tree \
  --header 'Authorization: <api-key>'
{
  "cached": true,
  "integrations": [
    {
      "asset_types": [
        "Table"
      ],
      "integration_type": "powerbi",
      "level_names": [
        "<string>"
      ],
      "total_entities": 123,
      "tree": [
        {}
      ]
    }
  ],
  "last_updated": "<string>"
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Query Parameters

force_refresh
boolean
default:false

Response

Successful Response

Complete tree structure for all integrations in LineageV2.

cached
boolean
required
integrations
IntegrationTree · object[]
required
last_updated
string
required