Skip to main content
POST
Replay evaluations onto a new test case revision

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Body

application/json
newTestCaseId
string
required

The new test case revision to replay onto. Must be the active head of its family.

Minimum string length: 1
Example:

"testCase_123"

testCaseGroupId
string
required

The revision family whose past evaluations are replayed. Must match the test case.

Minimum string length: 1
Example:

"group_123"

productIds
string[]
required

Products whose past evaluations are replayed.

Minimum array length: 1
Minimum string length: 1
Example:

Response

Replay job accepted

scheduled
integer
required

Count of (version, metric) pairs dispatched for fresh inference

skipped
integer
required

Count of (version, metric) pairs skipped (dispatch failures)

errors
string[]
required

Per-version dispatch error messages