Get the lineage graph neighborhood around a focal dataset

Alpha: This API may change without notice; not recommended
for production use.

Returns the BFS-nearest lineage neighborhood around the focal
dataset id, walking transform data-input edges (InputRole=Data)
in both directions over the default-filtered dataset set
(excludes monitors and metric SMA datasets). The response uses
the same Dataset-GraphResponse shape as GET /v1/datasets/graph.

Lineage view semantics: foreign-key edges are not traversed by
this endpoint — they are surfaced by the full-graph endpoint for
the Link/Explore-Universe views. Reference-role transform inputs
are also excluded.

Ordering within the response is BFS order: focal dataset first,
then by BFS depth, ties broken by id ascending. If the walk
exceeds limit, the response is truncated to the nearest limit
nodes and meta.totalCount is set to -1. CEL filter and
expand are not supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Focal dataset id.

Query Params
int64
1 to 5000
Defaults to 500

Max number of nodes (including the focal) in the returned neighborhood.
Default 500, max 5000. When the BFS hits this cap, meta.totalCount is -1.

Responses

Language
Credentials
Bearer
Authorization: Bearer <customerid> <apitoken>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json