Error
A valid request URL is required to generate request examples{
"results": [
{
"input": "<unknown>",
"captureError": "<string>",
"threadUuid": "<string>",
"promptUuid": "<string>",
"signalUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Capture AI review judge replay inputs
Rebuild judge replay inputs for historical review signals so the eval scoreboard can replay the judge offline. Read-only; feature-flag gated.
POST
/
api
/
v1
/
aiAgents
/
admin
/
review-replay-capture
Error
A valid request URL is required to generate request examples{
"results": [
{
"input": "<unknown>",
"captureError": "<string>",
"threadUuid": "<string>",
"promptUuid": "<string>",
"signalUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?