---
title: "Get List of Vulnerabilities"
method: POST
path: "/api/controls/v1/vulnerabilities/pages"
tags: ["Vulnerabilities"]
---

# Get List of Vulnerabilities

`POST /api/controls/v1/vulnerabilities/pages`

Use this API to retrieve a list of all vulnerabilities by key terms and filters. The response will include details for each vulnerability along with the associated category and framework details and its corresponding status.

## Query parameters

- `page` integer
- `size` integer
- `sort` 'identifier,asc' | 'identifier,desc' | 'name,asc' | 'name,desc' | 'frameworkName,asc' | 'frameworkName,desc' | 'categoryName,asc' | 'categoryName,desc' | 'status,asc' | 'status,desc' | 'createdDate,asc' | 'createdDate,desc' | 'lastModifiedDate,asc' | 'lastModifiedDate,desc'

## Request body

- TechRiskComplianceITRiskManagementSearchCriteriaInformation — unresolved $ref

## Response `200`

OK

- TechRiskComplianceITRiskManagementPageVulnerabilityDto
  - `content` TechRiskComplianceITRiskManagementVulnerabilityDto[] — The list of items for the current page.
    - `id` string, uuid, required — Unique system identifier (UUID) for the vulnerability.
    - `identifier` string, required — Business identifier for the vulnerability - unique within the organization.
    - `name` string, required — Display name of the vulnerability.
    - `description` string — Detailed description of the vulnerability, including potential impact and affected components.
    - `framework` TechRiskComplianceITRiskManagementFrameworkInformation
      - `id` string, uuid — Primary Identifier.
      - `name` string — Framework Name of Control.
      - `nameKey` string — Framework Name key for Translation.
    - `category` TechRiskComplianceITRiskManagementCategoryInformation
      - `id` string, uuid — Category unique identifier
      - `name` string — Category name
      - `nameKey` string — Category nameKey for localization support
    - `orgGroup` TechRiskComplianceITRiskManagementOrganizationInformation, required
      - `id` string, uuid — Primary Identifier.
      - `name` string — Organization Name.
    - `status` 'Active' | 'Pending' | 'Archived' — Current status of the vulnerability (e.g., Active, Pending, Archived).
    - `attributes` object — Custom attributes associated with this vulnerability, organized as a map of attribute names to their values.
    - `displayLabel` string
  - `empty` boolean — The flag to check if the entity is empty or not.
  - `first` boolean — The flag to check if the entity is first entity or not.
  - `last` boolean — The flag to check if the entity is last entity or not.
  - `number` integer — The number associated with the result.
  - `numberOfElements` integer — Total number of elements in the result.
  - `pageable` TechRiskComplianceITRiskManagementPageable
    - `offset` integer — The page offset.
    - `pageNumber` integer — Page number of the results list (0….N).
    - `pageSize` integer — Number of records per page (0…N).
    - `paged` boolean — The flag to check if the result is paged or not.
    - `sort` TechRiskComplianceITRiskManagementSort
      - `empty` boolean — The flag to check if the result is empty or not.
      - `sorted` boolean — The flag to check if the result is sorted or not.
      - `unsorted` boolean — The flag to check if the result is unsorted or not.
    - `unpaged` boolean — The flag to check if the result is unpaged or not.
  - `sort` TechRiskComplianceITRiskManagementSort
    - `empty` boolean — The flag to check if the result is empty or not.
    - `sorted` boolean — The flag to check if the result is sorted or not.
    - `unsorted` boolean — The flag to check if the result is unsorted or not.
  - `totalPages` integer — Total number of pages in the result list.
  - `totalElements` integer — Total number of elements in the result.
  - `size` integer — Size of the result list.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
