Evaluate a V2 run (scoring phase)

Evaluates all executed test case results using the configured graders.
The run must have completed execution first (status executed).

By default (async_mode=true) this returns a V2RunActionResponse
immediately with the run in a non-terminal state — poll
GET /testing/v2/runs/{run_id} until status is completed, failed, or
cancelled. Set async_mode=false to block until evaluation finishes and
receive the updated V2Run.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
integer
1 to 50
boolean
Defaults to true

When true (the default), evaluation runs asynchronously and the
endpoint returns a V2RunActionResponse immediately — poll the run for
completion. Set false to block until evaluation finishes and receive
the updated V2Run.

Responses

409

Run is not in a valid state for evaluation

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json