Get TaskAgent Eval Run

Get TaskAgent eval run detail, including verdicts, aggregate metrics, and per-result run metrics when the underlying source rows still exist. The response includes the immutable custom judge configuration when one was supplied; its text is visible under these existing run-detail authorization rules. Encrypted reference and candidate output snapshots are not exposed.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
task_agent_idstringRequiredformat: "uuid"
The task agent ID
task_agent_eval_run_idstringRequiredformat: "uuid"
The TaskAgent eval run ID

Response

TaskAgent eval run detail
idstringformat: "uuid"
task_agent_idstringformat: "uuid"
project_idstringformat: "uuid"
candidate_revision_idstringformat: "uuid"
statusenum
Status of a TaskAgent eval run.
pass_countinteger
fail_countinteger
error_countinteger
createdstring
modifiedstring
judge_modelobject
task_agent_run_idslist of stringsRead-only
pass_ratedouble or nullRead-only
eval_set_idstring or nullOptionalformat: "uuid"
started_atstring or nullOptional
completed_atstring or nullOptional
last_activity_atstring or nullOptional
error_messagestring or nullOptional
created_by_user_idstring or nullOptionalformat: "uuid"
judge_configobject or nullOptional
metricsobject or nullOptional
resultslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error