---
title: "Review Probe"
method: POST
path: "/probes/{probe_id}/review"
tags: ["probes"]
---

# Review Probe

`POST /probes/{probe_id}/review`

## Path parameters

- `probe_id` string, required

## Request body

- ReviewProbeBody
  - `verdict` 'approved' | 'rejected', required
  - `comment` string, nullable

## Response `200`

Successful Response

- ProbeState
  - `id` string, required
  - `site` string, required
  - `slot` string, required
  - `subsystem` string, required
  - `status` 'pending-review' | 'approved' | 'rejected', required
  - `mint_run` string, required
  - `kind` 'repair' | 'feature.implement.authored'
  - `created_at` string, date-time, required
  - `reviewed_by` string, nullable
  - `reviewed_at` string, date-time, nullable
  - `comments` ProbeComment[]
    - `author` string, required
    - `verdict` 'approved' | 'rejected', required
    - `comment` string, nullable, required
    - `at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
