---
title: "Get Datapilot Analysis"
method: POST
path: "/summary/v2/datapilot/analysis"
tags: ["SUMMARY_V2"]
deprecated: true
---

# Get Datapilot Analysis

`POST /summary/v2/datapilot/analysis`

> **Deprecated.**

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Request body

- SummaryDatapilotAnalysisRequest
  - `start_date` string, date-time, required
  - `end_date` string, date-time, required
  - `timezone` string, nullable
  - `summary_analysis_type` 'analyze_cost' | 'analyze_savings' | 'predict_future', required
  - `instance_id` string, nullable

## Response `200`

Successful Response

- unknown

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