Skip to main content

Get a submission's result (client)

GET 

/api/client/v1/submissions/:submissionId

The result of one submission, for polling after a submit. Returns the queue status (PENDING/PROCESSING/COMPLETED/FAILED) and, once evaluated, whether it was correct, the grade, and the feedback (the witness / counterexample string). A caller may read their own submission; staff may read anyone's in their course. Anything else is masked as 404.

View source

Request

Responses

The submission's status and (when done) result.