Skip to content

List Jobs Node

Data/Databricks

List Jobs

List all jobs in the Databricks workspace

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

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Databricks provider

DatabricksProviderDatabricksProvider3 fields
provider_idstringrequired
access_tokenstringrequired
workspace_urlstringrequired
Schema enforced

Limit

Integer
limit

Maximum number of jobs to return (default: 25, max: 100)

Default 25

Offset

Integer
offset

Offset for pagination

Default 0

Name Filter

String
name

Optional: Filter jobs by name (substring match)

Output Pins

6

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Jobs

Struct Array
jobs

Array of jobs

DatabricksJobDatabricksJob5 fields
job_idinteger:int64required
format int64
creator_user_namestring | null
namestringrequired
settingsDatabricksJobSettingsrequired
namestring | null
max_concurrent_runsinteger | null
format int64
timeout_secondsinteger | null
format int64
scheduleanyOf (2)
variant 1DatabricksJobSchedulevariant
quartz_cron_expressionstringrequired
timezone_idstringrequired
pause_statusstring | null
variant 2nullvariant
created_timeinteger:int64required
format int64
Schema enforced

Count

Integer
count

Number of jobs returned

Has More

Boolean
has_more

Whether there are more jobs available

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_list_jobs
Category
Data/Databricks