Skip to main content
analyses() returns the analyses client. Analyses are started from a job, with jobs().analyze(); this client reads them back.

list

Analysis runs, newest first, each naming the trial, job and task it judged.

get, transcript, artifact

The verdict document for every analysis, failed ones included, the analyzer’s own transcript (everything after since in one read), or one stored artifact; an analysis has no verifier log and no trajectory. A run opens to its job’s creator and every member of the organization; any other id answers analysis_not_found (trial_not_found from transcript).

download

The run as one .tar.gz, analyze-<analyzed trial>__<7 chars>/: a trial tree of the analyzer’s own run, with artifacts/analysis.json on a completed run. The bytes, the saved file’s path, or a stream. analysis_not_terminal while the run is queued or running.