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

# List Trials

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

> **Deprecated.**

List all trials for a specific benchmark run.

Returns summary information for each trial.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- TrialListResponse — Response schema for list of trials in a run.
  - `run_id` string, required
  - `trials` TrialSummary[], required
    - `trial_name` string, required
    - `task_id` string, required
    - `is_resolved` boolean, nullable
    - `failure_mode` string
    - `input_tokens` integer, nullable
    - `output_tokens` integer, nullable
    - `runtime_ms` integer, nullable
    - `cost_usd` number, nullable
    - `tests_passed` integer
    - `tests_total` integer
    - `langfuse_trace_url` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
