Get the complete model lineage tree for a repository.
Returns all bakes in the repository with their parent-child relationships, status, checkpoints, and full model paths. This provides a complete view of model evolution without requiring a specific starting bake.
Unlike dependency-graph which starts from a specific bake, this endpoint returns the entire repository’s model lineage tree in a single call.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User ID override via header (requires master API key)
User ID override (requires master API key)
Successful Response
Complete model lineage tree for a repository.
Provides a full view of all bakes in the repository and their parent-child relationships, showing the complete model evolution tree.