Skip to main content

Run History CLI

Store and manage recipe run history for debugging, auditing, and replay.

Quick Start

Commands

runs list

List runs from history.
Options: Examples:

runs stats

Get storage statistics.
Output:

runs cleanup

Clean up old runs based on retention policy.

export

Export a run for replay or debugging.
Options: Examples:

replay

Replay a run from an export bundle.
Options: Examples:

Export Format

Storage Location

Run history is stored at ~/.praisonai/runs/.

Data Policy

Runs respect the recipe’s data policy:

Python API

Next Steps