# Retrieve Findings
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-assessment/findings/index.md

You can retrieve the details of all open [findings](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#finding) discovered during the most recent analysis of a TOE by using the [Findings API](https://developer.mastercard.com/riskrecon-api/documentation/getting-started/index.md#findings), irrespective of whether the findings were shared on the action plan or not.

Using this API, you can track details, such as:

* Latest vulnerable issues faced by your vendors
* Duration for which an issue is open overtime
* Priority 1 and priority 2 issues of your vendors
* Severity and asset value of each issue

<br />

The following endpoints are available in the `Findings API` to help you to retrieve all the findings of a given TOE:

|      API       |         Endpoint         |                                                                               Use Case                                                                               |
|----------------|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Findings API` | `GET Paginated Findings` | [Retrieve Paginated Findings for a TOE](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-assessment/findings/retrve-fnd-for-toe/index.md) |
| `Findings API` | `GET Findings`           | This is a legacy endpoint. It is recommended to use the `GET Paginated Findings` due to added functionalities.                                                       |

