v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Cost Anomaly

Get Account wise daily Billing Cost Anomaly

View Billing Cost Anomaly Data.

post/cost_anomaly/billing_cost_anomaly

Request body

service_account_idsstring[]

Service Account IDs

start_datestring date-time required

specify the start date

end_datestring date-time required

specify the end date

anomaly_status'active' | 'rejected'

Required Anomaly status

time_zonestring

Optional timezone of the caller

Example request

{
  "anomaly_status": "active"
}

Response

Success

Example response

{
  "details": [
    {
      "categories": [
        {
          "anomaly_type": "below_threshold",
          "resources": [
            {
              "anomaly_type": "below_threshold"
            }
          ]
        }
      ],
      "service_account_level_anomalies": {
        "anomaly_type": "below_threshold",
        "resources": [
          {
            "anomaly_type": "below_threshold"
          }
        ]
      }
    }
  ]
}