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 Warehouses API

The Databricks Warehouses API from Altimate AI — 14 operation(s) for databricks warehouses.

Altimate AI Databricks Warehouses 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 Warehouses. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 14 operations across 14 paths, and defines 28 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.

14 operations 14 paths 28 schemas 14 GET

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 Warehouses API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 14

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

Databricks Warehouses 14
GET
/api/v1/databricks/warehouses/filters
Get filter options for warehouses
get_warehouse_filters_api_v1_databricks_warehouses_filters_get 4 params → 200422
GET
/api/v1/databricks/warehouses
Get all Databricks warehouses
get_warehouses_api_v1_databricks_warehouses_get 14 params → 200403404422
GET
/api/v1/databricks/warehouses/total-savings
Get total auto-tune savings across SQL warehouses
get_warehouses_total_savings_api_v1_databricks_warehouses_total_savings_get 5 params → 200403404422
GET
/api/v1/databricks/warehouses/cost-trends
Get warehouse cost trends by SKU
get_warehouse_cost_trends_api_v1_databricks_warehouses_cost_trends_get 6 params → 200403404422
GET
/api/v1/databricks/warehouses/serverless-candidates
Get serverless migration candidates
get_serverless_candidates_api_v1_databricks_warehouses_serverless_candidates_get 5 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}
Get warehouse details
get_warehouse_detail_api_v1_databricks_warehouses__warehouse_id__get 3 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/events
Get warehouse events
get_warehouse_events_api_v1_databricks_warehouses__warehouse_id__events_get 6 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/state-history
Get warehouse state history
get_warehouse_state_history_api_v1_databricks_warehouses__warehouse_id__state_history_get 5 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/cost
Get warehouse cost data
get_warehouse_cost_api_v1_databricks_warehouses__warehouse_id__cost_get 6 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/auto-tune/savings-trends
Get per-day auto-tune savings (realized + potential) for a SQL warehouse
get_warehouse_auto_tune_savings_trends_api_v1_databricks_warehouses__warehouse_id__auto_tune_savings_trends_get 7 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/auto-tune/savings-summary
Get realised savings range and estimated annual savings for a SQL warehouse
get_warehouse_auto_tune_savings_summary_api_v1_databricks_warehouses__warehouse_id__auto_tune_savings_summary_get 6 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/running-stats-trendsdeprecated
Get warehouse running stats trends
get_warehouse_running_stats_trends_api_v1_databricks_warehouses__warehouse_id__running_stats_trends_get 5 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/utilization-efficiency
Get warehouse utilization efficiency
get_warehouse_utilization_efficiency_api_v1_databricks_warehouses__warehouse_id__utilization_efficiency_get 5 params → 200403404422
GET
/api/v1/databricks/warehouses/{warehouse_id}/query-metrics-timeline
Get time-bucketed query metrics timeline for a warehouse
get_warehouse_query_metrics_timeline_api_v1_databricks_warehouses__warehouse_id__query_metrics_timeline_get 7 params → 200403404422

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are WarehouseSummary (26 properties), WarehouseDetail (19 properties), WarehouseQueryMetricsTimelinePoint (13 properties), ServerlessCandidate (8 properties). Each schema is shown below with its type and property counts.

WarehouseCostPoint
object
Single data point for warehouse cost timeseries.
3 properties 1 required
WarehouseRunningStatsPoint
object
Single data point for warehouse running stats timeseries.
3 properties 1 required
WarehouseUtilizationEfficiencyResponse
object
Response for warehouse utilization efficiency over time.
3 properties 2 required
WarehouseEventsResponse
object
Response for warehouse events.
3 properties 3 required
HTTPValidationError
object
1 property
WarehousesResponse
object
Response for listing warehouses.
5 properties 2 required
WarehouseEvent
object
A single warehouse event.
4 properties 3 required
WarehouseRealizedSavings
object
Realised (actual) auto-tune savings for a SQL warehouse over a date range: a total plus the min/max range across the underlying per-period estimates.
3 properties
app__schemas__databricks__warehouse__ServerlessCandidatesResponse
object
Response for serverless candidates.
2 properties 2 required
app__schemas__databricks__warehouse__WarehouseCostResponse
object
Response for warehouse cost data.
6 properties 1 required
WarehouseFilterOptions
object
Filter options for SQL warehouses.
3 properties
SavingsStatValue
object
A single stat-card value with a display-gate flag. Mirrors the Snowflake infra page's topinfo item shape (TopInfoItem in app/schemas/summarypage.py) so the FE'…
2 properties
ValidationError
object
3 properties 3 required
WarehouseAutoTuneSavingsTrendPoint
object
One period's auto-tune savings for a SQL warehouse. mincostsaved/maxcostsaved are the range underlying costsaved for this period+savingstype — used to render a…
5 properties 1 required
app__schemas__databricks__warehouse__WarehouseRunningStatsTrendsResponse
object
Response for warehouse running stats trends over time.
5 properties 3 required
ServerlessCandidate
object
A warehouse that is a candidate for serverless migration.
8 properties 3 required
WarehousesTotalSavingsResponse
object
Response for the SQL warehouses list page's "Total Savings" section — the Databricks counterpart to Snowflake's warehouse cost summary cards (Realised Savings…
3 properties 3 required
UtilizationEfficiencyPoint
object
Single data point for utilization efficiency timeseries.
2 properties 1 required
WarehouseQueryMetricsTimelineResponse
object
Response for the SQL warehouse Monitoring page's metrics timeline. chdatathrough is the observed ClickHouse-mirror freshness cutover used to route the query-hi…
5 properties 2 required
WarehouseDetail
object
Detailed information for a warehouse.
19 properties 3 required
WarehouseAutoTuneSavingsTrendsResponse
object
Per-period auto-tune savings for a SQL warehouse, split into realized and potential. actual holds savings while an applied auto-tune recommendation (e.g. a low…
4 properties 2 required
WarehouseCostTrendItem
object
Single data point for warehouse cost trends by warehouse type.
4 properties 2 required
WarehouseAutoTuneSavingsSummaryResponse
object
Realised savings range + a derived annualized estimate for the two stat blocks shown above the SQL warehouse detail tabs. realizedsavings sums actual savings o…
4 properties 2 required
WarehouseCostTrendsResponse
object
Response for warehouse cost trends (aggregated across all warehouses).
5 properties 3 required
WarehouseStateHistoryResponse
object
Response for warehouse state history.
2 properties 2 required
WarehouseStateChange
object
A single state change record.
5 properties 4 required
WarehouseQueryMetricsTimelinePoint
object
One time bucket of the SQL warehouse Monitoring page's charts. Sourced from the query-history timeline only — DBU/cost and config-change (audit) events were bo…
13 properties 1 required
WarehouseSummary
object
Summary information for a warehouse.
26 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

altimate-ai-databricks-warehouses-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 Warehouses 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.