GET /asset-lineagesAsk AIget https://api.cmp.optimizely.com/v3/asset-lineagesExperimental Get the list of asset lineage.Query Paramsasset_idstringUnique identifier of the asset. Can be appended multiple times, such as asset_id=assetId1&asset_id=assetId2used_instringenumIndicates where an asset is being used.externalexternalAllowed:externalcreated_at__fromdate-timeDate and time as the lower limit to filter asset lineages by created_at, in ISO 8601 UTC formatcreated_at__todate-timeDate and time as the upper limit to filter asset lineages by created_at, in ISO 8601 UTC formatoffsetinteger≥ 0Defaults to 0Starting index of results (zero indexed)page_sizeinteger1 to 100Defaults to 10Number of results to return per pageResponses 200List of fetched asset lineage 400Client error 401Authorization error 403Permission errorUpdated 7 months ago