How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Altimate AI Databricks Jobs API

The Databricks Jobs API from Altimate AI — 29 operation(s) for databricks jobs.

Altimate AI Databricks Jobs API is one of 123 APIs that Altimate AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Databricks Jobs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 29 operations across 29 paths, and defines 59 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.myaltimate.com.

29 operations 29 paths 59 schemas 28 GET1 PATCH

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.myaltimate.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Altimate AI Databricks Jobs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 29

Across 29 paths, the API surfaces 29 operations — 28 GET, 1 PATCH. Each is listed below with its method, path, parameters, and response codes.

Databricks Jobs 29
GET
/api/v1/databricks/jobs/filters
Get filter options for jobs
get_job_filters_api_v1_databricks_jobs_filters_get 4 params → 200422
GET
/api/v1/databricks/jobs/filters/job_names
Get paginated distinct job names for filtering
get_job_name_filters_api_v1_databricks_jobs_filters_job_names_get 6 params → 200422
GET
/api/v1/databricks/jobs/filters/workspaces
Get paginated distinct job workspaces for filtering
get_job_workspace_filters_api_v1_databricks_jobs_filters_workspaces_get 6 params → 200422
GET
/api/v1/databricks/jobs/filters/creators
Get paginated distinct job creators for filtering
get_job_creator_filters_api_v1_databricks_jobs_filters_creators_get 6 params → 200422
GET
/api/v1/databricks/jobs
Get all Databricks jobs
get_jobs_api_v1_databricks_jobs_get 13 params → 200403404422
GET
/api/v1/databricks/jobs/summary
Get aggregate cost summary for the Jobs list
get_jobs_summary_api_v1_databricks_jobs_summary_get 5 params → 200403404422
GET
/api/v1/databricks/jobs/failing
Get jobs with high failure rates
get_failing_jobs_api_v1_databricks_jobs_failing_get 6 params → 200403404422
GET
/api/v1/databricks/jobs/recent-failures
Get recent job failures
get_recent_failures_api_v1_databricks_jobs_recent_failures_get 4 params → 200403404422
GET
/api/v1/databricks/jobs/trends
Get job run trends
get_job_run_trends_api_v1_databricks_jobs_trends_get 6 params → 200403404422
GET
/api/v1/databricks/jobs/trends/cost
Get job cost trends by job
get_job_cost_trends_api_v1_databricks_jobs_trends_cost_get 6 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}
Get job details
get_job_detail_api_v1_databricks_jobs__job_id__get 3 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/runs
Get job runs
get_job_runs_api_v1_databricks_jobs__job_id__runs_get 12 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/stats
Get job run statistics
get_job_stats_api_v1_databricks_jobs__job_id__stats_get 5 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/trends
Get job run trends over time
get_single_job_run_trends_api_v1_databricks_jobs__job_id__trends_get 6 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/auto-tune/savings-trends
Get per-day auto-tune savings (realized + potential) for a job
get_job_auto_tune_savings_trends_api_v1_databricks_jobs__job_id__auto_tune_savings_trends_get 7 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/task-runs
Get the job-level task summary (one row per task on the DAG)
get_job_tasks_api_v1_databricks_jobs__job_id__task_runs_get 9 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/task-runs/detail
Get run/task-scoped task runs (requires runid or taskkey)
get_job_task_run_detail_api_v1_databricks_jobs__job_id__task_runs_detail_get 11 params → 200400403404422
GET
/api/v1/databricks/jobs/{job_id}/tasks/{task_key}/runs-graph
Get chart-ready time series of runs for a single task
get_task_runs_graph_api_v1_databricks_jobs__job_id__tasks__task_key__runs_graph_get 6 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/tasks/{task_key}/stats
Get aggregate run stats for a single task in a date window
get_task_stats_api_v1_databricks_jobs__job_id__tasks__task_key__stats_get 6 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/runs/{run_id}/spark-uideprecated
Get the Databricks Spark UI URL for a job run
get_job_run_spark_ui_api_v1_databricks_jobs__job_id__runs__run_id__spark_ui_get 6 params → 200422
GET
/api/v1/databricks/jobs/{job_id}/tasks-inventory
Get the static task list for a Databricks job
get_job_tasks_inventory_api_v1_databricks_jobs__job_id__tasks_inventory_get 3 params → 200403422
GET
/api/v1/databricks/jobs/{job_id}/spark-analysis
Get Spark analysis for job's latest run
get_spark_analysis_api_v1_databricks_jobs__job_id__spark_analysis_get 5 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/spark-analysis/stage-metrics
Get paginated stage metrics for a job's Spark run
get_spark_stage_metrics_api_v1_databricks_jobs__job_id__spark_analysis_stage_metrics_get 9 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/spark-analysis/tasksdeprecated
Get paginated individual Spark tasks for a job's Spark run
get_spark_tasks_api_v1_databricks_jobs__job_id__spark_analysis_tasks_get 9 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/spark-analysis/opportunities
Get optimization opportunities for a job's Spark run with code linkage
get_spark_opportunities_api_v1_databricks_jobs__job_id__spark_analysis_opportunities_get 4 params → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/auto-recommendations
Get Databricks auto right-sizing recommendations for a job
get_job_auto_recommendations_api_v1_databricks_jobs__job_id__auto_recommendations_get 7 params → 200403422
PATCH
/api/v1/databricks/jobs/{job_id}/auto-tune/toggle
Toggle auto-tune on/off for a job's recommendation
toggle_job_auto_tune_api_v1_databricks_jobs__job_id__auto_tune_toggle_patch 7 params body → 200403404422
GET
/api/v1/databricks/jobs/{job_id}/auto-tune/status
Page-level Auto Tune status for a job
get_job_auto_tune_status_api_v1_databricks_jobs__job_id__auto_tune_status_get 5 params → 200403422
GET
/api/v1/databricks/jobs/{job_id}/auto-tune/history
Paginated Auto Tune audit history for a job
get_job_auto_tune_history_api_v1_databricks_jobs__job_id__auto_tune_history_get 8 params → 200403422

Schemas 59

The contract defines 59 schemas that model the data the API accepts and returns. The most detailed are DbxAutoRecommendationItem (33 properties), JobSummary (20 properties), AutoTuneHistoryEvent (18 properties), SparkStageMetrics (17 properties). Each schema is shown below with its type and property counts.

CascadePartialFailure
object
One (taskkey, error) entry in the cascade response. Surfaced when scope is alltasks or specifictasks and one or more per-task applies threw mid-cascade. The ca…
2 properties 2 required
SparkPlanNode
object
A node in the physical execution plan tree.
6 properties 2 required
JobsResponse
object
Response for listing jobs.
5 properties 2 required
SparkOpportunitySummary
object
Aggregate summary of opportunities.
7 properties
SparkTaskDetail
object
Individual Spark task detail.
17 properties 2 required
ComputeMetrics
object
Aggregated compute node metrics for the cluster.
5 properties
AutoTuneSavingsTrendPoint
object
One day's auto-tune savings, split into DBU and infra components.
3 properties 1 required
JobDetail
object
Detailed information for a job.
9 properties 3 required
JobRunSparkUiResponse
object
Deep link to the Databricks Spark UI for a job run. Endpoint always returns 200; state is the discriminator. Real HTTP errors (auth failures, server crashes) s…
6 properties 1 required
JobFilterOptions
object
Filter options for jobs.
3 properties
ToggleAutoTunePreflight
object
Surfaced to the FE so it can render an actionable error inline. When blocked=False the toggle pipeline ran. When blocked=True no DB writes happened and actiona…
3 properties
AutoTuneHistoryEvent
object
One row in the Auto Tune history panel. Mirrors the shape the FE renders directly. eventmessage is pre-composed in the API layer via app.service.databricks.aut…
18 properties 3 required
RecentFailuresResponse
object
Response for recent failures.
3 properties 3 required
HTTPValidationError
object
1 property
JobTaskRunsResponse
object
Response for job task runs.
6 properties 3 required
JobRunsResponse
object
Response for job runs.
6 properties 3 required
SparkSqlFlags
object
Flags/anti-patterns detected for a SQL execution.
12 properties 1 required
SparkSummaryStats
object
Aggregate summary statistics.
7 properties
RollbackInfo
object
Surfaced on the toggle response when the user disables an APPLIED recommendation (sync rollback path, v2.5 §15). - performed=True → the cluster was reverted an…
4 properties
DbxAutoRecommendationsResponse
object
List response for Databricks auto-recommendations.
2 properties 1 required
JobTaskRun
object
A single task run within a job run.
10 properties 2 required
SparkStageSummary
object
Summary of a single Spark stage.
3 properties 1 required
FailingJobsResponse
object
Response for failing jobs.
3 properties 3 required
AutoTuneStatusResponse
object
Page-level status for the Auto Tune tab. Returned by GET /databricks/jobs/{jobid}/auto-tune/status. The FE uses this on JobDetail page mount to drive: - Master…
6 properties
SparkApplicationInfo
object
Information about the resolved Spark application.
13 properties 1 required
ComputeNodeTimeSeries
object
Time-series metrics for a single compute node (driver or worker).
9 properties 1 required
SparkStageMetrics
object
Detailed task-level metrics aggregated per stage.
17 properties 1 required
RecentFailure
object
A recent job failure.
10 properties 6 required
JobCostTrendsResponse
object
Response for job cost trends by job.
4 properties 3 required
SparkOpportunityCodeLink
object
Source code linked to an opportunity.
4 properties
SparkStageMetricsPaginatedResponse
object
Paginated response for stage metrics.
5 properties
DatabricksTaskRunGraphPoint
object
One point on the task-runs graph for a single (job, task) pair. Field names + units mirror the Snowflake JobRunGraphResponse (app/schemas/queries.py) so the FE…
5 properties
JobCreatorOption
object
A creator filter option exposing both the principal id and a display name.
2 properties 1 required
SparkOpportunitiesResponse
object
Response for spark opportunities endpoint.
2 properties
ValidationError
object
3 properties 3 required
JobSummary
object
Summary information for a job.
20 properties 3 required
JobRun
object
A single job run.
13 properties 4 required
ToggleAutoTuneRequest
object
Request body for PATCH /databricks/jobs/{id}/auto-tune/toggle.
3 properties 1 required
SparkOpportunity
object
A single optimization opportunity for a Spark job with code linkage.
13 properties 1 required
JobRunStats
object
Run statistics for a job.
9 properties
DatabricksTaskStatsResponse
object
Aggregate stats for runs of a single (job, task) in a date window. Buckets resultstate per the FE contract: SUCCEEDED → succeeded, {FAILED, ERROR} → failed. Ot…
4 properties
JobRunTrendsResponse
object
Response for job run trends.
2 properties 2 required
JobTaskInventoryItem
object
Static task definition entry from dbxjobtasksinventory, enriched with the most-recent observed cluster spec joined from dbxjobtaskruntimeline × dbxcomputeclust…
7 properties 1 required
JobStatsResponse
object
Response for job run statistics.
2 properties 2 required
JobsSummaryResponse
object
Aggregate cost summary for the Jobs list hero cards. totalcost equals totaldbucost because DBU consumption is the only modelled cost component. totalcloudcost…
4 properties
ToggleAutoTuneResponse
object
Response body for the toggle endpoint. Returns the resolved autotunemode so the FE can re-render the toggle position from the response without a second round-t…
6 properties
AutoTuneSavingsTrendsResponse
object
Per-day auto-tune savings for a job, split into realized and potential. actual holds savings on runs where an applied recommendation was in effect; potential h…
3 properties 3 required
PaginatedJobCreatorsResponse
object
Paginated list of distinct job creators with display names.
4 properties
SparkAnalysisSummaryResponse
object
Complete Spark analysis response for a job run.
12 properties 1 required
SparkJobSummary
object
Summary of a single Spark job within an application.
6 properties 1 required
JobRunTrendPoint
object
A single point in job run trends.
8 properties 1 required
JobCostTrendItem
object
A single point in job cost trends by job.
4 properties 2 required
DbxAutoRecommendationItem
object
A single right-sizing recommendation for a Databricks entity. The FE renders this directly. autotunemode is the single source of truth for the toggle position…
33 properties 1 required
AutoTuneHistoryResponse
object
Paginated response wrapper for the Auto Tune history endpoint. Matches the existing Databricks response convention (totalcount / page / pagesize / totalpages)…
5 properties 1 required
PaginatedJobNamesResponse
object
Paginated list of distinct job names.
4 properties
JobTasksInventoryResponse
object
Full static task list of a Databricks job — every task in the workflow, including ones that have not run yet. Sourced from dbxjobtasksinventory (Type-2 SCD; la…
3 properties 3 required
FailingJob
object
A job with high failure rate.
8 properties 6 required
SparkSqlStageDagEntry
object
A stage entry in the SQL-to-stage DAG.
5 properties 1 required
SparkTasksPaginatedResponse
object
Paginated response for individual Spark tasks.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

altimate-ai-databricks-jobs-api-openapi.yml Raw ↑

Other APIs Altimate AI publishes across the network.

Altimate AI ACCOUNT_COSTS API
Altimate AI ade-bench API
Altimate AI AGENTS API
Altimate AI AI_PLAYGROUND API
Altimate AI AI_SERVICES API
Altimate AI AI_STUDIO API
Altimate AI ALERTS_V1 API
Altimate AI AUDIT_TRAIL API
Altimate AI AUTH API
Altimate AI Auth Health API
Altimate AI AZURE_DATABRICKS_CONNECTIONS API
Altimate AI Business Intelligence API
Where this information came from

This is an independent, third-party profile of Altimate AI Databricks Jobs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.