---
title: "Potential Savings"
method: GET
path: "/aws/potentialSavings"
tags: ["Insights Service"]
---

# Potential Savings

`GET /aws/potentialSavings`

Describe Potential Savings for AWS resources like - ASG (Auto-scaling groups), Beanstalk, ELB, ECS, EMR and tagged instances. The response will provide Potential monthly savings in USD

## Query parameters

- `accountId` string

## Response `200`

Potential Savings Response

- object
  - `request` object — Original request properties
    - `url` string — The URL that was used for the request
    - `method` string — The HTTP **METHOD** used for the request
  - `response` object — Response package that includes, status, type and any relevant data.
    - `status` object
      - `code` integer — HTTP status code assigned to this response
      - `message` string — HTTP status message for the respective status code
    - `kind` string — The data type of each item in the response
    - `items` array[] — Array of data objects
      - object[]
        - `resourceType` string
        - `name` string
        - `region` string
        - `instances` integer
        - `instanceTypes` string
        - `potentialSavings` integer
    - `count` integer — Size of the data object array

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/versions/2e5445f30576/schema)
