Skip to main content
GET
List asset lineage edges

Authorizations

Authorization
string
header
required

Personal or account token.

Path Parameters

env_id
string
required

Environment identifier that scopes the request.

Query Parameters

cursor
string | null

Opaque cursor from a previous response's next_cursor. Reuse it only with the identical query parameters that produced it.

limit
integer
default:500

Maximum items to return per page (1-2000).

Required range: 1 <= x <= 2000
asset_ids
string[] | null

Return only edges touching these asset ids.

Maximum array length: 1000

Response

Successful Response

items
AssetLineage · object[]
required

Objects returned in the current page.

has_more
boolean
default:false

The only signal to continue pagination; a short page may still have more items because permission filtering can trim rows.

next_cursor
string | null

Opaque cursor for the next page, valid only with identical query parameters.