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

# Get all vendor assessments requests

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

Get the list of all Vendor assessments requests

## Path parameters

- `vendorId` string, uuid, required

## Query parameters

- `assessmentStatus` string
- `candidateIds` string
- `lastModified` string, date-time
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success

- AssessmentRequestDto[]
  - `id` string, uuid — Gets or sets the assessment request identifier.
  - `candidateId` string, nullable — Gets or sets the candidate identifier.
  - `candidateName` string, nullable — Gets or sets the name of the candidate.
  - `candidateEmail` string, nullable — Gets or sets the candidate email.
  - `jobId` string, nullable — Gets or sets the job identifier.
  - `assessmentId` string, uuid, nullable — Gets or sets the assessment identifier.
  - `expiryInDays` integer — Gets or sets the expiry in days.
  - `assessmentStatus` 0 | 1 | 2 | 3 | 4

## 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)
