---
title: "POST /describe-metrics-export"
method: POST
path: "/describe-metrics-export"
---

# POST /describe-metrics-export

`POST /describe-metrics-export`

Describes the metrics of the application configuration being exported.

## Request body

- object
  - `metricsExportId` string, required — Identifier of the metrics export task.

## Response `200`

Success

- DescribeMetricsExportResponse
  - `errorMessage` string — Explains the error that occurred while exporting the metrics.
  - `exportLocation` object — Specifies the name of the Amazon S3 bucket where the exported metrics is stored.
    - `bucket` string — The name of the Amazon S3 bucket.
    - `prefix` string — The prefix for the Amazon S3 bucket.
  - `metricsExportId` string, required — Identifier for the metrics export task.
  - `status` 'Pending' | 'InProgress' | 'Failed' | 'Success', required — Indicates the status of the metrics export task.

## Other responses

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

---

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