---
title: "Retrieves all reviews for specified candidate and job"
method: GET
path: "/reviews"
tags: ["reviews"]
---

# Retrieves all reviews for specified candidate and job

`GET /reviews`

## Query parameters

- `candidateId` string, uuid, required
- `jobId` string, uuid, required

## Response `200`

Review was retreived

- Review[]
  - `id` string, uuid
  - `candidateId` string, uuid
  - `jobId` string, uuid
  - `reviewerId` string
  - `overallRating` integer
  - `comment` string
  - `createdOn` string, date-time
  - `updatedOn` string, date-time

## Other responses

- `401` — with codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `404` — With code **'APPLICATION_NOT_FOUND'** when there is no application of the candidate in a the job
- `500` — Unexpected error

---

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