---
title: "Get Evaluators Endpoint"
method: GET
path: "/evaluators"
tags: ["Evaluators"]
---

# Get Evaluators Endpoint

`GET /evaluators`

## Response `200`

Successful Response

- LegacyEvaluator[]
  - `name` string, required
  - `key` string, required
  - `direct_use` boolean, required
  - `settings_presets` object[], nullable
  - `settings_template` object, required
  - `description` string, nullable
  - `oss` boolean, nullable
  - `requires_llm_api_keys` boolean, nullable
  - `tags` string[], required
  - `archived` boolean, nullable

## Changes

- **2026-01-14** `53da4c9de2b7` — 2 info
  - added the optional property `items/archived` to the response with the `200` status
  - added the optional property `items/settings_presets` to the response with the `200` status
- **2025-06-27** `e3e84db47198` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/evaluators/get.md)

---

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