Skip to main content
 print this page

Get the entity relationship map for an asset

GET 

/catalog/:datasource_id/item-dependencies/:asset_id

Returns the dependency graph of a catalog asset: the asset itself plus the assets it depends on and that depend on it, as a flat node list with edges carried inside each node.

Important restriction: this operation is supported only for ArcGIS datasources. Calling it for a datasource of any other type is rejected with IPV-1002, regardless of whether the asset exists.

The caller needs at least read-only access on the datasource.

An asset with no dependencies is not an error: the response is HTTP 200 with a single-element graph describing the asset itself and empty Input and Output arrays.

Note this returns a different shape from GET /{resource}/{id}/lineageV2, which uses the OpenLineage-based LineageResponse schema.

Request

Responses

The dependency graph. Returned even when the asset has no dependencies, in which case the graph holds only the asset itself.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers