Skip to main content
GET
Get Check Run

Overview

Returns one check run with its per-judge verdicts. Poll this after Start Check Run until status is PASSED, FAILED, ERROR, or CANCELLED; only then are overall_passed and verdicts final. The run is a report only: it never changes which version an environment runs.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.
string
required
The check run’s unique identifier, from the id returned by Start Check Run.

Response

object
The check run.
array | null
One entry per judge, in config order. null until the run completes.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt