ZenML · Arazzo Workflow
ZenML Inspect Run Artifacts
Version 1.0.0
Select a pipeline run, confirm it succeeded, and inspect an artifact produced in the deployment.
Provider
Workflows
inspect-run-artifacts
Read a completed run and inspect one artifact from the catalog in detail.
Lists completed runs, reads the most recent one, lists artifacts, and reads the first artifact in detail.
1
listCompletedRuns
listPipelineRuns
List runs filtered to the completed status so a successful run can be selected for artifact inspection.
2
getRun
getPipelineRun
Read the selected run to confirm its terminal status and capture its stack for context.
3
listArtifacts
listArtifacts
List the artifact catalog so an artifact can be selected for detailed inspection.
4
getArtifact
getArtifact
Read the selected artifact in detail to surface its uri, type, and materializer.