Skip to content

Get Cluster Node

Data/Databricks

Get Cluster

Get details of a specific cluster by ID

data_databricks_get_clusterdata
Inputs3
Outputs4
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

Cluster ID

String
cluster_id

The ID of the cluster to retrieve

Output Pins

4

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Cluster

Struct
cluster

Cluster details

DatabricksClusterDatabricksCluster14 fields
cluster_idstringrequired
cluster_namestringrequired
statestringrequired
state_messagestring | null
spark_versionstringrequired
node_type_idstringrequired
driver_node_type_idstring | null
num_workersinteger | null
format int64
autoscale_min_workersinteger | null
format int64
autoscale_max_workersinteger | null
format int64
creator_user_namestring | null
start_timeinteger | null
format int64
terminated_timeinteger | null
format int64
cluster_sourcestring | null
Schema enforced

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_get_cluster
Category
Data/Databricks