Databricks · Arazzo Workflow
Databricks Fetch Latest Completed Run Output for a Job
Version 1.0.0
Find a job's most recent completed run and retrieve its output.
View Spec
View on GitHub
Artificial IntelligenceAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
latest-run-output
Get the output of a job's most recent completed run.
Lists completed runs for the job ordered most-recent-first, then fetches the output of the newest run when one exists.
1
listCompletedRuns
listJobRuns
List completed runs for the job, most recent first, and capture the newest run_id.
2
getRunOutput
getJobRunOutput
Retrieve the output of the latest completed run, exposing the notebook result and any error.