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

---

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