---
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-08-25** `64fc5b1ea2a2` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-21T05:09:41.462926` to `2026-08-25T13:00:36.654994`
- **2026-08-23** `1e1a02864c72` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-21T05:12:17.939392` to `2026-08-21T05:09:41.462926`
- **2026-08-22** `d76883fc100a` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-21T05:12:16.552013` to `2026-08-21T05:12:17.939392`
- **2026-08-21** `b9cc757ca795` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-18T12:53:41.409242` to `2026-08-21T05:12:16.552013`
- **2026-08-20** `68cdcada31e3` — 1 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-18T12:53:51.531007` to `2026-08-18T12:53:41.409242`

[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-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/64fc5b1ea2a2/schema)
