Skip to main content
POST
Regrade an evaluation

Authorizations

Authorization
string
header
required

Access token issued by WorkOS AuthKit.

Headers

Idempotency-Key
string | null

Replaying the same key and payload returns the same evaluation; reusing it with a different payload answers 409.

Required string length: 1 - 255

Path Parameters

evaluation_id
string<uuid>
required

Body

application/json
evaluator_version_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
input_id
string<uuid>
required
evaluator_version_id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
running,
completed,
error
phase
enum<string>
required
Available options:
checkpoint,
final
coverage_status
enum<string>
required
Available options:
complete,
incomplete,
unknown
verdict
enum<string>
required
Available options:
pending,
passed,
failed,
inconclusive,
error
results
ResultResponse · object[]
required
created_at
string<date-time>
required
regraded_from_id
string<uuid> | null
error_message
string | null