Skip to content

Get Job Run Node

Data/Databricks

Get Job Run

Get the status of a job run

data_databricks_get_job_rundata
Inputs3
Outputs6
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
1/10High

Input Pins

3

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Databricks provider

DatabricksProviderDatabricksProvider3 fields
provider_idstringrequired
access_tokenstringrequired
workspace_urlstringrequired
Schema enforced

Run ID

Integer
run_id

The ID of the job run

Output Pins

6

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Run

Struct
run

Job run details

DatabricksJobRunDatabricksJobRun10 fields
run_idinteger:int64required
format int64
job_idinteger:int64required
format int64
run_namestring | null
stateDatabricksRunStaterequired
life_cycle_statestringrequired
result_statestring | null
state_messagestring | null
start_timeinteger:int64required
format int64
end_timeinteger | null
format int64
run_durationinteger | null
format int64
run_typestringrequired
triggerstring | null
creator_user_namestring | null
Schema enforced

Is Running

Boolean
is_running

Whether the job is still running

Is Successful

Boolean
is_successful

Whether the job completed successfully

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_get_job_run
Category
Data/Databricks