Get the recreation plan for a bake.
Returns a step-by-step plan to recreate the bake, including all dependencies. The plan includes all prompts, targets, and bakes needed, in the correct execution order. Parent bake checkpoints are assumed to use the final checkpoint from each bake.
The plan is topologically sorted to ensure dependencies are created before dependents. All configurations are cleaned and ready for use (no internal file paths).
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
Recreation plan for a bake.
A complete step-by-step plan to recreate a bake, including all dependencies in the correct execution order. The plan is topologically sorted to ensure dependencies are created before dependents.