---
title: "Get Eval Progress Route"
method: GET
path: "/api/v1/eval/{eval_run_id}/progress"
tags: ["eval"]
---

# Get Eval Progress Route

`GET /api/v1/eval/{eval_run_id}/progress`

## Path parameters

- `eval_run_id` string, required

## Response `200`

Successful Response

- EvalProgressResponse
  - `eval_run_id` string, required — Evaluation run whose progress is returned.
  - `status` 'pending' | 'registered' | 'running' | 'completed' | 'failed' | 'cancelled'
  - `failure` AsyncFailure
    - `type` string, required — Stable category used for exception mapping.
    - `code` string, required — Stable programmatic reason for the asynchronous failure.
    - `message` string, required — Human-readable explanation for this failure occurrence.
    - `context` object — Machine-readable values specific to this failure code.
  - `terminal_rollouts` integer, required — Rollouts of the run that have reached a terminal status.
  - `total_rollouts` integer, required — Rollouts the run's config schedules: its sampled tasks times the group size.

---

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