ZenML · Arazzo Workflow
ZenML Audit Pipeline Runs
Version 1.0.0
Walk from a named pipeline to its run history and drill into the most recent run.
Provider
Workflows
audit-pipeline-runs
Resolve a pipeline by name, list its runs, and read the latest run.
Lists pipelines filtered by name to resolve a pipeline id, lists runs for that pipeline, and reads the most recent run in detail.
1
resolvePipeline
listPipelines
List pipelines filtered by name to resolve the target pipeline id.
2
listRuns
listPipelineRuns
List the runs scoped to the resolved pipeline id, newest first.
3
readLatestRun
getPipelineRun
Read the most recent run in detail to surface its status and timing.