---
title: "List evaluation runs"
method: GET
path: "/api/v1/evaluations"
tags: ["evaluations"]
---

# List evaluation runs

`GET /api/v1/evaluations`

Return a list of all evaluation runs, most recent first. Use the run_id to fetch the full report via GET /evaluations/{run_id}.

## Response `200`

Successful Response

- EvaluationRunListResponse — Response body for GET /api/v1/evaluations.
  - `runs` EvaluationRunListItem[], required — List of evaluation runs, most recent first.
    - `run_id` string, required — Unique identifier for this evaluation run.
    - `created_at` string, required — ISO8601 timestamp when the report was created.
    - `trace_count` integer, required — Number of traces evaluated in this run.

## Other responses

- `401` — Authentication is required or the provided token is invalid.

## Changes

- **2026-06-27** `82f26b74d059` — 1 info
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-06-26** `5418ba3bbaef` — 1 info
  - endpoint added
- **2026-03-19** `78507b29ed8f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/v1/evaluations/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/0be3db8d7e28/schema)
