dbt · Arazzo Workflow
dbt Cloud Get Run and Fetch Its Artifacts
Version 1.0.0
Read a run, branch on whether it succeeded, and list its artifacts only on success.
Provider
Workflows
run-and-fetch-artifacts
List artifacts for a run only when the run reports status 10 (success).
Reads the run, and if status is 10 (success) lists its artifacts; otherwise ends without fetching artifacts.
1
getRun
Read the run resource. Status 10 means the run succeeded and produced artifacts; any other status means artifacts should not be fetched.
2
listArtifacts
List the artifacts produced by the successful run (manifest.json, catalog.json, run_results.json).
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.