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.
Request
Responses
- 200
- 401
- 404
The submission's status and (when done) result.
Missing or invalid token.
Submission not found or not visible to the caller.