---
title: "Get Compute Summary"
method: GET
path: "/summary/v2/cost/compute"
tags: ["SUMMARY_V2"]
---

# Get Compute Summary

`GET /summary/v2/cost/compute`

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

- AggregateComputeGraphResponse
  - `graph` ComputeGraphResponse[], required
    - `date` string, date-time, required
    - `compute` number, nullable
    - `compute_estimate` number, nullable
    - `percentage_compute` number, required
    - `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)
