list_experiments

list_experiments#

list_experiments(prefix: Optional[str] = None, root: str | PathLike | Path = None, strict: bool = False) list[ExperimentRef]#

List Experiment refs using the Local Registry’s digest-addressed JSON cache.

Missing Manifest or Config rows are backfilled from the CAS before records are returned. If prefix is given, it is matched against the full image reference string. Invalid cache entries are repaired from the CAS when possible; repaired or skipped refs emit RuntimeWarning. Pass strict=True to fail on the first invalid ref.