---
title: "List Evals"
method: GET
path: "/v1/evals"
tags: ["Evaluations"]
---

# List Evals

`GET /v1/evals`

Return all evals available to run in the runtime.

## Response `200`

All evals available in the Spice runtime

- ListEvalElement[]
  - `dataset` string, required
  - `description` string, nullable
  - `name` string, required
  - `scorers` string[], required

## Changes

- **2025-03-18** `dd94571fef79` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spiceai/apis/runtime/changes/v1/evals/get.md)

---

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