---
title: "list eval datasets"
method: GET
path: "/w/{workspace}/ai_evals/datasets/list"
tags: ["ai_evals"]
---

# list eval datasets

`GET /w/{workspace}/ai_evals/datasets/list`

## Path parameters

- `workspace` string, required

## Response `200`

eval datasets list

- EvalDataset[]
  - `path` string, required
  - `summary` string
  - `scorers` Scorer[] — The columns of the results table, in display order.
    - `id` string
    - `name` string — Column header. Defaults to the last segment of the path.
    - `pass_if` number — A score at or above this counts as a pass, and the column reports a pass rate beside its mean. Applied when results are read rather than when they are produced, so moving the line re-reads every score already recorded instead of invalidating them.
    - `kind` 'script' | 'agent', required
    - `path` string, required — The script, or the ai_agent resource used as a judge.
  - `created_at` string, date-time, required
  - `created_by` string, required
  - `edited_at` string, date-time, required
  - `edited_by` string, required

---

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