Is it possible to get BigQuery Lineage using Lineage REST API

I have been able to access Lineage for tables both upstream and downstream from the BQ UI.
I was curious if we could get a JSON object from either data catalog API or lineage API.
I'm ideally looking for a JSON object resembling the list (not graph) in the lineage tab in BQ UI.

I have tried below API's along with some other.

GET https://datacatalog.googleapis.com/v1/entries:lookup
projects.locations.entryGroups.entries
projects.locations.entryGroups.get

If Im missing a particular api to get the source and target or its not currently possible to get that info.

0 1 38
1 REPLY 1

Hello,

Here are some resources that might be helpful: