---
title: "Get Insights"
method: GET
path: "/summary/insights"
tags: ["SUMMARY"]
deprecated: true
---

# Get Insights

`GET /summary/insights`

> **Deprecated.**

## Query parameters

- `period` 365 | 29 | 30 | 7 | 1 | 28
- `insight_type` 'cost' | 'storage' | 'governance' | 'cost_overall' | 'auto'
- `summary_type` 'header' | 'insight' | 'side_panel'

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- SummaryInsightsResponse
  - `insight_type` 'cost' | 'storage' | 'governance' | 'cost_overall' | 'auto', required
  - `summary_type` 'header' | 'insight' | 'side_panel', required
  - `summary_data` InsightData[], required
    - `title` string, nullable
    - `description` string, nullable
    - `value` string, nullable
    - `attributes` object, nullable

## 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/103580dad816/schema)
