cURL
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>" }
ListTemporalAnomalies returns server-computed temporal anomalies for news and satellite_fires.
Successful response
Show child attributes
Was this page helpful?