# Retrieve Action Plan Issue Progress
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-mgmt-issue-rmdfn/actionplan/actpln-iss-prg/index.md

## Overview {#overview}

RiskRecon automatically tracks and reports each vendor's progress in addressing their [action plan](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#action-plan) issues. Once an action plan has been shared with the vendor, you can use the `GET Action Plan Issue Progress` endpoint to track the vendor's progress to resolve the issues in their action plan.

You must provide the `toe_id` in the API request to retrieve a vendor's progress in addressing the issues.

A graphical representation of the action plan issue progress endpoint response, similar to the following image, as seen in the **Action Plan Issue Tracking** tab of the vendor's page on **RiskRecon web portal** is shown here.

![](https://static.developer.mastercard.com/content/riskrecon-api/uploads/actionplanissueprogress.png)

## Sequence Diagram {#sequence-diagram}

The following diagram shows how to retrieve an action plan issue progress:
Diagram retrieve-action-plan-findings

## Execution Steps {#execution-steps}

The following steps describe how to retrieve an action plan issue progress for a TOE:

1. The user sends a `GET` request to retrieve the action plan issue progress and puts the `toe_id` as the input parameter.
2. RiskRecon provides the action plan issue progress.

## Sample Request and Response {#sample-request-and-response}

For a sample response of this endpoint, visit [Get Action Plan Issue Progress](https://developer.mastercard.com/riskrecon-api/documentation/testing/actionplan-samples/actnpln-iss-prg-smpl/index.md).

## Use Case Example {#use-case-example}

The [Track the progress of a vendor to resolve issues](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-mgmt-issue-rmdfn/actionplan/actpln-iss-prg/index.md#track-the-progress-of-a-vendor-to-resolve-issues) use case discusses how you can use the `GET Action Plan Issue Progress` endpoint to track the vendor's progress to resolve the issues in their action plan.

### Track the progress of a vendor to resolve issues {#track-the-progress-of-a-vendor-to-resolve-issues}

A RiskRecon customer has shared 10 issues to their vendor for software patching issues detected. During a scan six months later, 20 more issues are filtered into the action plan and the customer has shared them with the vendor. The vendor has resolved the first 10 issues provided earlier in the action plan and is in the process of addressing 5 issues from the updated action plan.

To track the vendor's (TOE's) progress in resolving the issues, the customer can execute the `GET Action Plan Issue Progress` endpoint and retrieve the following details in the response:

* The current open issue count for an action plan: 5
* The current shared issue count for an action plan: 20
* The event name for the action plan: "AnalysisPublishedToABCInc"
* The date associated with the issue counts and any events: "2023-10-01T22:18:57+00:00"
* The total resolved issue counts for an action plan: 10
* The total shared issue count for an action plan: 30

## Endpoint {#endpoint}


API Reference: `GET /v1/action_plan/issue_progress/{toe_id}`

