Skip to content

List Clusters Node

Data/Databricks

List Clusters

List all clusters in the Databricks workspace

data_databricks_list_clustersdata
Inputs2
Outputs5
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.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
2/10High

Input Pins

2

Input

Execution
exec_in

Trigger the cluster listing

Provider

Struct
provider

Databricks provider

DatabricksProviderDatabricksProvider3 fields
provider_idstringrequired
access_tokenstringrequired
workspace_urlstringrequired
Schema enforced

Output Pins

5

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Clusters

Struct Array
clusters

Array of clusters

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

Count

Integer
count

Number of clusters returned

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_list_clusters
Category
Data/Databricks