---
title: "Get aggregate cost summary for the Jobs list"
method: GET
path: "/api/v1/databricks/jobs/summary"
tags: ["DATABRICKS", "Databricks", "Databricks Jobs"]
---

# Get aggregate cost summary for the Jobs list

`GET /api/v1/databricks/jobs/summary`

Aggregate cost summary feeding the Jobs page hero cards.

Returns Total Cost, Total DBU Cost (equal to Total Cost — DBU is the
only cost component), Total Cloud Cost (``null`` — infrastructure cost
is not ingested), and Total Realized Savings (summed from the
``dbx_jobs_cost_savings`` cost mart).

## Query parameters

- `start_date` string, date, required — Start date for the cost window
- `end_date` string, date — End date for the cost window
- `workspace_id` string, nullable — Filter by workspace ID
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- JobsSummaryResponse — Aggregate cost summary for the Jobs list hero cards. ``total_cost`` equals ``total_dbu_cost`` because DBU consumption is the only modelled cost component. ``total_cloud_cost`` is ``None`` because cloud-provider infrastructure cost is not ingested.
  - `total_cost` number
  - `total_dbu_cost` number
  - `total_cloud_cost` number, nullable
  - `total_realized_savings` number

## Other responses

- `403` — Not authorized
- `404` — No ClickHouse database configured
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
