Retrieve assets tracing by downstream lineage relations - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

Returns a list of assets tracing by downstream lineage relations.

HTTP

GET https://hostname/v2/catalog/lineage/{assetId}/downstream/trace

Request

Path parameters

Key Required Type Value Description
assetId Yes string objectId

Specifies object ID for asset to retrieve tracing by downstream lineage relations.

Response

The successful response returns the collection of assets tracing by downstream lineage relations.

Response body

Example status code responses for this method are shown here. To view the response schemas, you can download the Data Catalog APIs Open API Specification from the Precisely Developer Portal.

Examples
{
  "data": [
    {
      "assetId": "DAc57feF46B1aD97cf37E8a9",
      "hop": -10365605.043619916,
      "previousAssetId": "d6Def8fDDF85FBB3733FaEca",
      "parentId": "0dac5b8DC028FfBFfBF64c6a",
      "displayValue": "asset1",
      "score": -58151596.63781739
    },
    {
      "assetId": "afBaa4eBDE9Ab1bE006eDaE6",
      "hop": 92406738.40330157,
      "previousAssetId": "cDb1fED9cd1e25CcE7FA8be6",
      "parentId": "083ADbe5EdCdfa0F64Ef24D4",
      "displayValue": "asset2",
      "score": -30213855.210613742
    }
  ],
  "links": {
    "self": "https://api.cloud.precisely.com/lineage/:assetId/downstream/trace"
  }
}
{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "Bad Request"
}
{
  "statusCode": 401,
  "error": "Unauthorized",
  "message": "Authentication required"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Resource not found"
}
{
  "statusCode": 429,
  "error": "Too Many Requests",
  "message": "Rate limit exceeded"
}
{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "An unexpected error occurred"
}
{
  "statusCode": 503,
  "error": "Service Unavailable",
  "message": "Service temporarily unavailable"
}
{
  "statusCode": 504,
  "error": "Gateway Timeout",
  "message": "Request timeout"
}