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
prefixis given, it is matched against the full image reference string. Invalid cache entries are repaired from the CAS when possible; repaired or skipped refs emitRuntimeWarning. Passstrict=Trueto fail on the first invalid ref.