---
title: "GET /#Action=DescribeAnomalyDetectors"
method: GET
path: "/#Action=DescribeAnomalyDetectors"
---

# GET /#Action=DescribeAnomalyDetectors

`GET /#Action=DescribeAnomalyDetectors`

Lists the anomaly detection models that you have created in your account. For single metric anomaly detectors, you can list all of the models in your account or filter the results to only the models that are related to a certain namespace, metric name, or metric dimension. For metric math anomaly detectors, you can list them by adding <code>METRIC_MATH</code> to the <code>AnomalyDetectorTypes</code> array. This will return all metric math anomaly detectors in your account.

## Query parameters

- `NextToken` string
- `MaxResults` integer
- `Namespace` string
- `MetricName` string
- `Dimensions` Dimension[]
  - `Name` string, required — The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (<code>:</code>). ASCII control characters are not supported as part of dimension names.
  - `Value` string, required — The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character. ASCII control characters are not supported as part of dimension values.
- `AnomalyDetectorTypes` AnomalyDetectorType[]
- `Action` 'DescribeAnomalyDetectors', required
- `Version` '2010-08-01', required

## Response `200`

Success

## Other responses

- `480` — InvalidNextToken
- `481` — InternalServiceFault
- `482` — InvalidParameterValueException
- `483` — InvalidParameterCombinationException

---

[API](https://skmtc.net/aws/apis/monitoring.md) · [All operations](https://skmtc.net/aws/apis/monitoring/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/monitoring/versions/40e3ac7bae8a/schema)
