---
title: "Get all vendor assessments"
method: GET
path: "/v1/hire/{vendorId}/assessments"
tags: ["Assessment"]
---

# Get all vendor assessments

`GET /v1/hire/{vendorId}/assessments`

Get the list of all Vendor assessments

## Path parameters

- `vendorId` string, uuid, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success

- AssessmentDto[]
  - `assessmentId` string, uuid — Gets or sets the assessment identifier.
  - `vendorAssessmentId` string, nullable — Gets or sets the vendor assessment identifier.
  - `name` string, nullable — Gets or sets the name.
  - `description` string, nullable — Gets or sets the description.
  - `duration` integer — Gets or sets the duration.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/revisions/907ea395c885/schema)
