Skip to main content
POST
Behavioral call-replay for a check's model change (defaults to mock — no token spend)

Authorizations

Authorization
string
header
required

Enter your API key (e.g. dai_sk_test_key_001)

Headers

Authorization
string

Path Parameters

regression_check_id
string
required

Query Parameters

mode
enum<string>
default:mock

mock (default, no spend) returns deterministic outputs; real performs live same-provider calls with the server key.

Available options:
mock,
real
per_trace
enum<string>
default:first

Which recorded call(s) per affected trace to replay. first = the representative (earliest) call; all is reserved.

Available options:
first,
all
judge
boolean
default:false

Also run the LLM-judge tier on changed samples (better/worse/equivalent vs the recorded answer). In real mode this spends a judge call per changed sample.

Cookies

decimal_session
string | null

Response

Successful Response