---
title: "Review Board Diff"
method: GET
path: "/review-board/runs/{run_id}/diff/{task_id}"
---

# Review Board Diff

`GET /review-board/runs/{run_id}/diff/{task_id}`

Serve the captured task diff for the card drawer's diff viewer.

The diff bytes were captured beside the run journal at completion time
(``task_diff_captured``), so they are exactly what executed and are
available against a detached run - no live ``git`` at review time. The
served bytes are re-hashed and cross-checked against the journal-chained
capture hash: ``verified`` is ``true`` only when the diff a reviewer folds
open equals the diff that was captured and the chain still recomputes.

## Path parameters

- `run_id` string, required
- `task_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)
