---
title: "Get Trial"
method: GET
path: "/api/ade-bench/runs/{run_id}/trials/{trial_name}"
tags: ["ade-bench"]
deprecated: true
---

# Get Trial

`GET /api/ade-bench/runs/{run_id}/trials/{trial_name}`

> **Deprecated.**

Get detailed results for a specific trial.

## Path parameters

- `run_id` string, required
- `trial_name` string, required

## Response `200`

Successful Response

- TrialResultResponse — Response schema for a single trial result.
  - `trial_name` string, required
  - `task_id` string, required
  - `task_prompt` string, required
  - `is_resolved` boolean, nullable
  - `failure_mode` string
  - `parser_results` object, nullable
  - `expected_test_count` integer, nullable
  - `input_tokens` integer, nullable
  - `output_tokens` integer, nullable
  - `cache_tokens` integer, nullable
  - `num_turns` integer, nullable
  - `runtime_ms` integer, nullable
  - `cost_usd` number, nullable
  - `uuid` string, nullable
  - `recording_path` string, nullable
  - `langfuse_trace_url` string, nullable
  - `agent` string, nullable
  - `model_name` string, nullable
  - `db_type` string, nullable
  - `project_type` string, nullable
  - `used_mcp` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/b8f442483dc9/schema)
