| Interface | Description |
|---|---|
| JobsService |
The Jobs API allows you to create, edit, and delete jobs.
|
| PolicyComplianceForJobsService |
The compliance APIs allow you to view and manage the policy compliance status of jobs in your
workspace.
|
| Enum | Description |
|---|---|
| AlertEvaluationState |
Same alert evaluation state as in redash-v2/api/proto/alertsv2/alerts.proto
|
| AuthenticationMethod | |
| CleanRoomTaskRunLifeCycleState |
Copied from elastic-spark-common/api/messages/runs.proto.
|
| CleanRoomTaskRunResultState |
Copied from elastic-spark-common/api/messages/runs.proto.
|
| Condition | |
| ConditionTaskOp |
* `EQUAL_TO`, `NOT_EQUAL` operators perform string comparison of their operands.
|
| DbtPlatformRunStatus |
Response enumeration from calling the dbt platform API, for inclusion in output
|
| Format | |
| GitProvider | |
| JobDeploymentKind |
* `BUNDLE`: The job is managed by Databricks Asset Bundle. * `SYSTEM_MANAGED`: The job is managed
by Databricks and is read-only.
|
| JobEditMode |
Edit mode of the job.
|
| JobPermissionLevel |
Permission level
|
| JobsHealthMetric |
Specifies the health metric that is being evaluated for a particular health rule.
|
| JobsHealthOperator |
Specifies the operator used to compare the health metric value with the specified threshold.
|
| JobSourceDirtyState |
Dirty state indicates the job is not fully synced with the job specification in the remote
repository.
|
| ModelTriggerConfigurationCondition | |
| PauseStatus | |
| PerformanceTarget |
PerformanceTarget defines how performant (lower latency) or cost efficient the execution of run
on serverless compute should be.
|
| PeriodicTriggerConfigurationTimeUnit | |
| QueueDetailsCodeCode |
The reason for queuing the run. * `ACTIVE_RUNS_LIMIT_REACHED`: The run was queued due to reaching
the workspace limit of active task runs. * `MAX_CONCURRENT_RUNS_REACHED`: The run was queued due
to reaching the per-job limit of concurrent job runs. * `ACTIVE_RUN_JOB_TASKS_LIMIT_REACHED`: The
run was queued due to reaching the workspace limit of active run job tasks.
|
| RepairHistoryItemType |
The repair history item type.
|
| RunIf |
An optional value indicating the condition that determines whether the task should be run once
its dependencies have been completed.
|
| RunLifeCycleState |
A value indicating the run's lifecycle state.
|
| RunLifecycleStateV2State |
The current state of the run.
|
| RunResultState |
A value indicating the run's result.
|
| RunType |
The type of a run. * `JOB_RUN`: Normal job run.
|
| Source |
Optional location type of the SQL file.
|
| SqlAlertState |
The state of the SQL alert.
|
| SqlDashboardWidgetOutputStatus | |
| StorageMode | |
| TaskRetryMode |
task retry mode of the continuous job * NEVER: The failed task will not be retried. * ON_FAILURE:
Retry a failed task if at least one other task in the job is still running its first attempt.
|
| TerminationCodeCode |
The code indicates why the run was terminated.
|
| TerminationTypeType |
* `SUCCESS`: The run terminated without any issues * `INTERNAL_ERROR`: An error occurred in the
Databricks platform.
|
| TriggerType |
The type of trigger that fired this run.
|
| ViewsToExport |
* `CODE`: Code view of the notebook. * `DASHBOARDS`: All dashboard views of the notebook. *
`ALL`: All views of the notebook.
|
| ViewType |
`NOTEBOOK`: Notebook view item. * `DASHBOARD`: Dashboard view item.
|
Copyright © 2026. All rights reserved.