---
title: "Get Datapilot Chart Chat"
method: POST
path: "/summary/v2/datapilot/start-chart-chat"
tags: ["SUMMARY_V2"]
deprecated: true
---

# Get Datapilot Chart Chat

`POST /summary/v2/datapilot/start-chart-chat`

> **Deprecated.**

## Query parameters

- `instance_id` string
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Request body

- StartChatSessionRequest
  - `message` string, required
  - `session_id` string, required
  - `context` ChatContext
    - `start_date` string, date-time, required
    - `end_date` string, date-time, required
    - `aggregation` 'day' | 'week' | 'month', required
    - `analysis_type` 'cost' | 'savings', required
    - `chart_type` 'current' | 'future', required
    - `cost_type` 'storage' | 'compute' | 'serverless' | 'overall' | 'cloud_services' | 'ai_services' | 'other'
    - `savings_analysis_type` 'autonomous' | 'manual'
  - `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)
