---
title: "Get List of Assessment Results"
method: GET
path: "/api/assessment/v2/assessments/assessment-results"
tags: ["Assessments"]
---

# Get List of Assessment Results

`GET /api/assessment/v2/assessments/assessment-results`

Use this API to retrieve a list of all assessment result options that can be used to complete an assessment. The `id` corresponding to each result option in the response can be used to complete assessments using the [Complete Assessment](/onetrust/reference/reviewassessmentusingpost) API.

## Query parameters

- `filterValue` 'ACTIVE_EXCLUDING_INTERNAL'
- `templateTypes` string[]
- `includeMasterResults` boolean

## Response `200`

OK

- PrivacyAutomationAssessmentAutomationAssessmentResultDto[]
  - `id` string, uuid — Assessment Result ID
  - `name` string — Assessment Result Name
  - `optionHint` string — Assessment Result Option Hint
  - `nameKey` string — Assessment Result name Key for translation
  - `optionHintKey` string — Assessment Result optionHint Key for translation
  - `updateOtherServcies` boolean — This value determines whether the result will update inventories and launch follow-up assessments (like the system result 'Approved').
  - `templateType` 'PIA' | 'VENDOR' | 'RA' | 'GRA' | 'DINA' | 'BENCHMARKING' | 'ITRM' | 'CONTROL' | 'INCIDENT' | 'EXCHANGE' | 'ESG' | 'DISCLOSURE' | 'DISCLOSURE_YOY' | 'ERM' | 'TPDD' | 'AIGOVERNANCE' | 'DYNAMIC' — Assessment Result template type
  - `active` boolean
  - `system` boolean
  - `internal` boolean

## 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/versions/21de3aa0b170/schema)
