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.
View Spec
View on GitHub
Artificial IntelligenceMachine-LearningMLOpsLLMOpsPipelinesOpen-SourcePythonArazzoWorkflows
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
List runs filtered to the completed status so a successful run can be selected for artifact inspection.
2
getRun
Read the selected run to confirm its terminal status and capture its stack for context.
3
listArtifacts
List the artifact catalog so an artifact can be selected for detailed inspection.
4
getArtifact
Read the selected artifact in detail to surface its uri, type, and materializer.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.