---
title: "Capture AI review judge replay inputs"
method: POST
path: "/api/v1/aiAgents/admin/review-replay-capture"
---

# Capture AI review judge replay inputs

`POST /api/v1/aiAgents/admin/review-replay-capture`

Rebuild judge replay inputs for historical review signals so the eval
scoreboard can replay the judge offline. Read-only; feature-flag gated.

## Request body

- AiAgentReviewReplayCaptureRequest
  - `signalUuids` string[], required

## Response `200`

Success

- ApiAiAgentReviewReplayCaptureResponse
  - `results` AiAgentReviewReplayCaptureEntry[], required
    - `input` unknown, required
    - `captureError` string, nullable, required
    - `threadUuid` string, nullable, required
    - `promptUuid` string, nullable, required
    - `signalUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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