Retrieves existing cross-system lineage records for the specified objects. Note: If both source_otype and source_oid are provided API would return objects based on that filter then if both target_otype and target_oid are provided API would return objects based on that filter else API would return generic results.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/cross_system_lineage/?source_otype=data&target_otype=bi_server&limit=50&skip=0' \
--header 'accept: application/json'