Replay evaluations onto a new test case revision
Re-runs the evaluations that any revision in testCaseGroupId was scored with against the new test case revision newTestCaseId, scoped to the given products. Because an evaluation is bound to a test case only through its session, fresh inference is generated for the new revision on each version that previously ran the family (production sessions excluded), then evaluated with the metrics that ran there. De-duplication skips a (version, metric) pair once it has a non-deleted evaluation against newTestCaseId, and skips a whole version once any non-deleted session exists for newTestCaseId — the session is created before this call returns, so a repeated or retried call re-dispatches nothing. This is still not a transactional guarantee for truly simultaneous calls. newTestCaseId must be the active head of its family.
Authorizations
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-....