---
title: "Checks"
method: GET
path: "/api/3/vulnerability_checks"
tags: ["Vulnerability Check"]
---

# Checks

`GET /api/3/vulnerability_checks`

Returns vulnerability checks. Optional search and filtering parameters may be supplied to refine the results. Searching allows full text search of the vulnerability details a check is related to.

## Query parameters

- `page` integer
- `potential` boolean
- `requiresCredentials` boolean
- `safe` boolean
- `search` string
- `size` integer
- `sort` string[]
- `type` string — The type of vulnerability checks to return. See <a href="#operation/vulnerabilityCheckTypesUsingGET">Check Types</a> for all available types.
- `unique` boolean

## 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)
