---
title: "Get application VRP configuration by Application Id"
method: GET
path: "/applications/{applicationId}/vrp"
tags: ["Application Management"]
---

# Get application VRP configuration by Application Id

`GET /applications/{applicationId}/vrp`

Get application vrp configuration

## Path parameters

- `applicationId` string, uuid, required

## Response `200`

Application vrp configuration was successfully fetched

## Other responses

- `400` — There are validation errors
- `401` — Either authentication credentials were not supplied, or they were invalid.
- `403` — Forbidden from accessing the requested Application.
- `404` — VRP Configuration with given application id not found.
- `500` — An unexpected error occurred.

---

[API](https://skmtc.net/yapily/apis/yapily-api.md) · [All operations](https://skmtc.net/yapily/apis/yapily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yapily/yapily-api/versions/a8ca54f9eb9f/schema)
