---
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.

---

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