---
title: "Get Cloud Services Summary"
method: GET
path: "/summary/v2/cost/cloud_services"
tags: ["SUMMARY_V2"]
---

# Get Cloud Services Summary

`GET /summary/v2/cost/cloud_services`

## Query parameters

- `start_date` string, date-time, required
- `end_date` string, date-time
- `aggregation_level` 'day' | 'week' | 'month'
- `instance_id` string
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- AggregateCloudServicesGraphResponse
  - `graph` CloudServicesGraphResponse[], required
    - `date` string, date-time, required
    - `cloud_services` number, nullable
    - `adj_for_incl_cloud_services` number, nullable
    - `percentage_cloud_services` number
    - `percentage_adj_for_incl_cloud_services` number
    - `cloud_services_estimate` number, nullable
    - `adj_for_incl_cloud_services_estimate` number, nullable
    - `total` number, nullable
    - `total_estimate` number, nullable
    - `is_estimate` boolean, nullable
  - `currency` string, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

## Changes

- **2026-09-26** `4dfe86ff412c` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-25T05:49:21.446954` to `2026-09-25T11:05:10.082137`
- **2026-09-25** `959a390850bb` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-24T12:20:04.375391` to `2026-09-25T05:49:21.446954`
- **2026-09-24** `eb8306fa77dd` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-23T11:42:07.088301` to `2026-09-24T12:20:04.375391`
- **2026-09-23** `eebfc2f234e1` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:39:48.903749` to `2026-09-23T11:42:07.088301`
- **2026-09-22** `f06cba63189c` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:41:57.058807` to `2026-09-17T14:39:48.903749`

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/summary/v2/cost/cloud_services/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/myaltimate/apis/fastapi/revisions/4dfe86ff412c?raw)
