---
title: "POST /ListAnomalyGroupTimeSeries"
method: POST
path: "/ListAnomalyGroupTimeSeries"
---

# POST /ListAnomalyGroupTimeSeries

`POST /ListAnomalyGroupTimeSeries`

Gets a list of anomalous metrics for a measure in an anomaly group.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `AnomalyDetectorArn` string, required — The Amazon Resource Name (ARN) of the anomaly detector.
  - `AnomalyGroupId` string, required — The ID of the anomaly group.
  - `MetricName` string, required — The name of the measure field.
  - `MaxResults` integer — The maximum number of results to return.
  - `NextToken` string — Specify the pagination token that's returned by a previous request to retrieve the next page of results.

## Response `200`

Success

- ListAnomalyGroupTimeSeriesResponse
  - `AnomalyGroupId` string — The ID of the anomaly group.
  - `MetricName` string — The name of the measure field.
  - `TimestampList` TimestampString[] — Timestamps for the anomalous metrics.
  - `NextToken` string — The pagination token that's included if more results are available.
  - `TimeSeriesList` TimeSeries[] — A list of anomalous metrics.
    - `TimeSeriesId` string, required — The ID of the metric.
    - `DimensionList` DimensionNameValue[], required — The dimensions of the metric.
      - `DimensionName` string, required — The name of the dimension.
      - `DimensionValue` string, required — The value of the dimension.
    - `MetricValueList` MetricValue[], required — The values for the metric.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — TooManyRequestsException

---

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