---
title: "Get Cost Analysis Subscription Status Endpoint"
method: GET
path: "/summary/v2/cost-analysis/subscription-status"
tags: ["SUMMARY_V2"]
deprecated: true
---

# Get Cost Analysis Subscription Status Endpoint

`GET /summary/v2/cost-analysis/subscription-status`

> **Deprecated.**

## Query parameters

- `instance_id` integer, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- CostAnalysisSubscriptionStatusResponse
  - `subscription_active` boolean, required
  - `schedule` ScheduleConfig
    - `interval` 'daily' | 'weekly' | 'monthly', required
    - `day_of_week` integer, nullable
    - `day_of_month` integer, nullable
    - `hour` integer, nullable
    - `minute` integer, nullable
    - `timezone` string, nullable
  - `emails` string[], nullable
  - `enable_rca` boolean, nullable
  - `instance_id` integer, nullable

## Other responses

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