resolve_lineage
Resolve an artifact's complete derivation chain by traversing multiple hops with cycle detection, exposing all upstream dependencies.
Instructions
Resolve the full derivation chain for an artifact. Multi-hop with cycle detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Max chain depth (default: 10) | |
| derivativeId | Yes | ID of the derivative to trace |