v1

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

Get Account wise daily Billing Cost Anomaly Resources

View Billing Cost Anomaly Resources.

post/cost_anomaly/billing_cost_anomaly_resources

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

time_zonestring

Optional timezone of the caller

Response

Success

Example response

{
  "details": [
    {
      "anomalies": [
        {
          "anomaly_type": "below_threshold"
        }
      ]
    }
  ]
}