# Retrieve Risk Relationship Folder Names and Slugs
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/portfolio-management/portfolio/retrve-risk-reln-slugs/index.md

## Overview {#overview}

The `GET Risk Relationship Folders` endpoint retrieves the [risk relationship folder](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#risk-relationship-folder) names and [slugs](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#risk-relationship-slug) of your portfolio.

Here is an example of a graphical representation of the risk relationship slugs as seen in the **Manage Portfolio** page of the RiskRecon web portal.

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

## Sequence Diagram {#sequence-diagram}

The following diagram shows how to retrieve the risk relationship folder names and slugs of your portfolio:
Diagram retrieve-risk-relationships

## Execution Steps {#execution-steps}

The following steps show how to retrieve the risk relationship folder names and slugs of your portfolio:

1. The user sends a `GET` request to retrieve the risk relationship folder names and slugs of the portfolio.
2. RiskRecon retrieves the risk relationship folder names and slugs.

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

For a sample request and response of this API, see [Get Risk Relationship Folder Names and Slugs](https://developer.mastercard.com/riskrecon-api/documentation/testing/portfolio-samples/retrve-risk-reln-slugs-smpl/index.md).

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

The [Check the risk relationship folder and slugs defined](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/portfolio-management/portfolio/retrve-risk-reln-slugs/index.md#check-the-risk-relationship-folders-and-slugs-defined) use case discusses how to use the `GET Risk Relationship Folders` endpoint to retrieve the risk relationship and slugs defined in your portfolio.

### Check the risk relationship folders and slugs defined {#check-the-risk-relationship-folders-and-slugs-defined}

A RiskRecon customer wants to add TOEs into a specific risk relationship folder and wants to know which folders have already been defined. The customer can use the `GET Risk Relationship Folders` endpoint to retrieve and check the existing risk relationship folder names and slugs of the portfolio.

## Endpoint {#endpoint}


API Reference: `GET /v1/portfolio/risk_relationships_folders`

