We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
Returns a list of unique metrics which have been anomalous most recently, ordered by the most recent anomaly on each metric. Returns 10 results unless the optional limit parameter is specified. Only anomalies in the last 30 days are considered, so where no anomalies have occurred in that period, this method will return an empty result, not the most recent anomalies further back.
Request
Query Params
alerting_metrics_only
stringÂ
optional
When set 'true' (default), only consider alerting metrics. Example: true.
limit
stringÂ
optional
Limit the number of results returned, must be between 1 and 30. Defaults to 10 if not specified. Example: 5.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/metrics/mostrecentlyanomalous'