---
title: "Get cloud infrastructure cost projection (actual + month-end estimate)"
method: GET
path: "/api/v1/databricks/cost/cloud/projection"
tags: ["DATABRICKS", "Databricks", "Databricks Cost"]
deprecated: true
---

# Get cloud infrastructure cost projection (actual + month-end estimate)

`GET /api/v1/databricks/cost/cloud/projection`

> **Deprecated.**

Get the current calendar year's cloud cost by category, month by month,
with a month-end projection.

Past months are fully actual; the current month is month-to-date actual plus
a run-rate projected remainder; future months are the full run-rate
projection. Used by the Future State "Cloud Costs" tab. Returns ``[]`` for
tenants without the cloud-cost feed.

## Query parameters

- `workspace_id` string, nullable — Filter by workspace ID
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- CloudCostProjectionRow[]
  - `period` string, required — Month start date, ``YYYY-MM-01``.
  - `total` number, required — Sum of the actual segment values.
  - `total_estimate` number, required — Sum of the projected (estimate) segment values.
  - `is_estimate` boolean, required — True only for fully-future months (past + current are False).

## 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)
