---
title: "Asset Vulnerability Validations"
method: GET
path: "/api/3/assets/{id}/vulnerabilities/{vulnerabilityId}/validations"
tags: ["Vulnerability Result"]
---

# Asset Vulnerability Validations

`GET /api/3/assets/{id}/vulnerabilities/{vulnerabilityId}/validations`

Returns all vulnerability validations for a vulnerability on an asset. The asset must be currently vulnerable to the validated vulnerable for the validation to be returned.

## Path parameters

- `id` integer, required — The identifier of the asset.
- `vulnerabilityId` string, required — The identifier of the vulnerability.

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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