POST /test/grade
Create Grade
Create a test grade.
Request Body (CreateGradeApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
invocation_id | string | Yes | Test invocation to grade |
run_id | string | No | Run ID for audit linkage |
score | integer | No | Overall score (ignored when full=True) |
full | boolean | No | When true, server resolves the rubric and assigns score=total_points (max marks). Callers don’t need to know the rubric ceiling ahead of time. Overrides any caller-supplied score. |
idempotency_key | string | No | Idempotency key — replays the prior call instead of re-running |
Response
{
"additionalProperties": true,
"type": "object",
"title": "Response Create Grade Test Grade Post"
}Last updated on