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

# POST /GetDataQualityMetrics

`POST /GetDataQualityMetrics`

Returns details about the requested data quality metrics.

## Request body

- object
  - `AnomalyDetectorArn` string, required — The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.
  - `MetricSetArn` string — The Amazon Resource Name (ARN) of a specific data quality metric set.

## Response `200`

Success

- GetDataQualityMetricsResponse
  - `AnomalyDetectorDataQualityMetricList` AnomalyDetectorDataQualityMetric[] — A list of the data quality metrics for the <code>AnomalyDetectorArn</code> that you requested.
    - `StartTimestamp` string, date-time — The start time for the data quality metrics collection.
    - `MetricSetDataQualityMetricList` MetricSetDataQualityMetric[] — An array of <code>DataQualityMetricList</code> objects. Each object in the array contains information about a data quality metric.
      - `MetricSetArn` string — The Amazon Resource Name (ARN) of the data quality metric array.
      - `DataQualityMetricList` DataQualityMetric[] — The array of data quality metrics contained in the data quality metric set.
        - `MetricType` 'COLUMN_COMPLETENESS' | 'DIMENSION_UNIQUENESS' | 'TIME_SERIES_COUNT' | 'ROWS_PROCESSED' | 'ROWS_PARTIAL_COMPLIANCE' | 'INVALID_ROWS_COMPLIANCE' | 'BACKTEST_TRAINING_DATA_START_TIME_STAMP' | 'BACKTEST_TRAINING_DATA_END_TIME_STAMP' | 'BACKTEST_INFERENCE_DATA_START_TIME_STAMP' | 'BACKTEST_INFERENCE_DATA_END_TIME_STAMP' — The name of the data quality metric.
        - `MetricDescription` string — A description of the data quality metric.
        - `RelatedColumnName` string — The column that is being monitored.
        - `MetricValue` number, double — The value of the data quality metric.

## Other responses

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

---

[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)
