---
title: "List vendor risk attributes"
method: GET
path: "/vendor-risk-attributes"
tags: ["Vendor Risk Attributes"]
---

# List vendor risk attributes

`GET /vendor-risk-attributes`

Returns a list of vendor risk attributes.

## Query parameters

- `pageSize` integer — Controls the maximum number of items returned in one response from the API.
- `pageCursor` string — A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.

## Response `200`

Ok

- PaginatedResponseVendorRiskAttribute
  - `results` object, required
    - `data` VendorRiskAttribute[], required
      - `id` string, required — Unique identifier for the risk attribute.
      - `name` string, required — Display name of the risk attribute.
      - `description` string, required — Description of the risk attribute.
      - `vendorCategories` string[], required — Vendor categories this risk attribute applies to.
      - `enabled` boolean, required — Whether or not this risk attribute is enabled.
      - `riskLevel` 'CRITICAL' | 'HIGH' | 'LOW' | 'MEDIUM' | 'UNSCORED', required — The risk level of a vendor: - CRITICAL: The vendor has a critical security risk - HIGH: The vendor has a high security risk - MEDIUM: The vendor has a medium security risk - LOW: The vendor has a low security risk - UNSCORED: The vendor has not been given a risk level
    - `pageInfo` PageInfo, required — Provides information about the pagination of a dataset.
      - `endCursor` string, nullable, required — The cursor that points to the end of the current page, or null if there is no such cursor.
      - `hasNextPage` boolean, required — Indicates if there is another page after the current page.
      - `hasPreviousPage` boolean, required — Indicates if there is a page before the current page.
      - `startCursor` string, nullable, required — The cursor that points to the start of the current page, or null if there is no such cursor.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
