---
title: "Find review by ID"
method: GET
path: "/api/v1/reviews/{id}"
tags: ["Reviews"]
---

# Find review by ID

`GET /api/v1/reviews/{id}`

Get an archived review by ID

## Path parameters

- `id` integer, required

## Headers

- `Content-Type` string, required

## Other responses

- `400` — Bad Request
- `401` — Invalid token
- `404` — User not found

---

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