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

## Overview {#overview}

The `GET Action Plan Issue Summary` endpoint returns a list of issue summary counts for a given vendor's [action plan](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#action-plan). You must provide the vendor's `toe_id` in the API request to retrieve the issue summary counts.

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

![](https://static.developer.mastercard.com/content/riskrecon-api/uploads/action-plan-issue-summary.png)

## Sequence Diagram {#sequence-diagram}

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

## Execution Steps {#execution-steps}

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

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

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

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

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

The [Check the current issue status of a vendor](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-mgmt-issue-rmdfn/actionplan/actnpln-iss-summ/index.md#check-the-current-issue-status-of-a-vendor) use case discusses how you can use the `GET Action Plan Issue Summary` endpoint to track the issue summary counts of a vendor.

### Check the current issue status of a vendor {#check-the-current-issue-status-of-a-vendor}

A RiskRecon customer has shared 10 issues to its vendor on a particular date for software patching issues detected. Six months later, the customer shares another action plan with 20 issues detected. The vendor has successfully resolved the 10 issues as per first action plan and is in the process of addressing 5 issues from the second action plan that was shared. Two months later, 8 more issues were detected in the latest scan but have not been shared with the vendor.

In this scenario, when the customer executes the `GET Action Plan Issue Summary` endpoint, the following issue summaries are returned in the response for the vendor (TOE):

* The date when the action plan was last shared: "2023-10-01T22:18:57+00:00"
* The current issue count for the action plan: 28
* The current open issue count for the action plan: 8
* The current shared issue count for the action plan: 20
* The date the last analysis was published: "2024-06-01T22:18:57+00:00"
* The new open issue count for the action plan: 8
* The resolved issues count: 10
* The total shared issues count: 30
* Was action plan shared with the customer?: true

## Endpoint {#endpoint}


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

