---
title: "List the amount recovered metrics"
method: GET
path: "/api/v1/metrics/amount_recovered"
tags: ["Configurable Payment Retry"]
---

# List the amount recovered metrics

`GET /api/v1/metrics/amount_recovered`

Gets the Amount Recovered metrics, including the total amount recovered and the amount recovered over the last 30 days broken down by currency.

## Response `200`

- GETAmountRecoveredResponse
  - `currency` object[] — An array containing the following information for each available currency. If no payment of a given currency has been processed over the last 30 days, the currency will not appear in the array. - The total amount recovered to date - The amount recovered over the last 30 days
  - `success` boolean — Indicates whether the metrics are retrieved successfully. If no data is loaded yet, a 200 response code will be returned with the success field set to `true`. All expected fields will be present but the value will be `null`.

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
