---
title: "Review Board Projection"
method: GET
path: "/api/v1/review-board/runs/{run_id}"
---

# Review Board Projection

`GET /api/v1/review-board/runs/{run_id}`

Serve the board projection receipt for ``run_id``.

The response is a deterministic function of the run's journal file:
the same journal bytes serve the same ``board`` and
``projection_hash`` from any server, so a reviewer can cross-check two
operators (or the API against a local ``project_run`` fold) byte for
byte. ``journal_verified=false`` marks a chain that no longer
recomputes - the board is still rendered but must not be trusted.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
