---
title: "Retrieves a review"
method: GET
path: "/reviews/{reviewId}"
tags: ["reviews"]
---

# Retrieves a review

`GET /reviews/{reviewId}`

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

- `400` — with codes: * **INVALID_REVIEW_ID** when review id is invalid
- `401` — with codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource * **REVIEWER_NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when reviewer is not authorized to access resource
- `403` — Forbidden to retreive a review
- `404` — with codes: * **REVIEW_NOT_FOUND** when no review with given id is found
- `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)
