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_id
The organization ID
project_id
The project ID
task_agent_id
The task agent ID
task_agent_eval_run_id
The TaskAgent eval run ID
Response
TaskAgent eval run detail
id
task_agent_id
project_id
candidate_revision_id
status
Status of a TaskAgent eval run.
pass_count
fail_count
error_count
created
modified
judge_model
task_agent_run_ids
pass_rate
eval_set_id
started_at
completed_at
last_activity_at
error_message
created_by_user_id
judge_config
metrics
results
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error