---
title: "List Vulnerability Definitions"
method: GET
path: "/definitions/"
tags: ["Vulnerabilities"]
---

# List Vulnerability Definitions

`GET /definitions/`

## Query parameters

- `length` integer
- `ordering` string
- `page` integer
- `passive` boolean
- `search` string
- `severity` integer[]

## Response `200`

- PaginatedVulnerabilityDefinitionList
  - `count` integer — Total number of results.
  - `page_total` integer — Total number of pages.
  - `page` integer — Number of the current page. The first page is 1. Defaults to 1 if no specific page is requested.
  - `length` integer — Number of results returned per page.
  - `results` VulnerabilityDefinition[]
    - `id` string, required — A unique Base58 value identifying this object.
    - `name` string, required — Name of the vulnerability. The maximum length is 255 characters.
    - `desc` string, nullable — Description of the vulnerability.
    - `changed` string, date-time, required — Date and time of the last change, in ISO 8601 UTC format. For example, "2023-08-09T13:27:43.8208302".
    - `severity` 10 | 20 | 30 | 40 | null, nullable — Default vulnerability severity. * `10` - low * `20` - medium * `30` - high * `40` - critical
    - `cvss_vector` string, nullable — CVSS vector
    - `cwe_id` string, nullable — CWE id.
    - `cwe_name` string, nullable — CWE name
    - `passive` boolean

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
