Skip to main content
GET
/
api
/
infrastructure
/
v1
/
list-temporal-anomalies
ListTemporalAnomalies
curl --request GET \
  --url https://api.example.com/api/infrastructure/v1/list-temporal-anomalies
{
  "anomalies": [
    {
      "type": "<string>",
      "region": "<string>",
      "currentCount": 123,
      "expectedCount": 123,
      "zScore": 123,
      "severity": "<string>",
      "multiplier": 123,
      "message": "<string>"
    }
  ],
  "trackedTypes": [
    "<string>"
  ],
  "computedAt": "<string>"
}

Response

Successful response

anomalies
object[]
trackedTypes
string[]
computedAt
string