Get the dependency graph for a bake.
Returns all resources (bakes, targets, prompts) and their dependencies needed to recreate this bake, including parent bakes and all transitive dependencies. The graph is built using BFS traversal starting from the specified bake.
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
Dependency graph for a bake.
Represents the complete dependency graph including all parent bakes, targets, prompts, and their relationships. Built using BFS traversal starting from the specified bake.
Base model name
Dictionary of bake configs (collation + bake)
Dictionary of target configs (stim + rollout)
Dictionary of prompt names to file paths
List of dependency edges (source_type, source_name, target_type, target_name)