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

# POST /DescribeAnomalyDetectionExecutions

`POST /DescribeAnomalyDetectionExecutions`

Returns information about the status of the specified anomaly detection jobs.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `AnomalyDetectorArn` string, required — The Amazon Resource Name (ARN) of the anomaly detector.
  - `Timestamp` string — The timestamp of the anomaly detection job.
  - `MaxResults` integer — The number of items to return in the response.
  - `NextToken` string — Specify the pagination token that's returned by a previous request to retrieve the next page of results.

## Response `200`

Success

- DescribeAnomalyDetectionExecutionsResponse
  - `ExecutionList` ExecutionStatus[] — A list of detection jobs.
    - `Timestamp` string — The run's timestamp.
    - `Status` 'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'FAILED_TO_SCHEDULE' — The run's status.
    - `FailureReason` string — The reason that the run failed, if applicable.
  - `NextToken` string — The pagination token that's included if more results are available.

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