---
title: "List Evaluator Templates"
method: GET
path: "/simple/evaluators/templates"
tags: ["Evaluators"]
---

# List Evaluator Templates

`GET /simple/evaluators/templates`

List the legacy built-in evaluator templates.

Returns static evaluator-type definitions shipped with the
product. Prefer the `/evaluators/catalog/*` endpoints for new
integrations; this endpoint is kept for older clients. Pass
`include_archived=true` to include deprecated templates.

## Query parameters

- `include_archived` boolean

## Response `200`

Successful Response

- EvaluatorTemplatesResponse — Envelope for a list of evaluator templates.
  - `count` integer — Number of templates in `templates`.
  - `templates` EvaluatorTemplate[] — Built-in evaluator templates.
    - `name` string, required — Human-readable template name.
    - `key` string, required — Stable template identifier, used to create evaluators from the template.
    - `direct_use` boolean, required — Whether the template can be used without further configuration.
    - `settings_presets` object[], nullable — Preset parameter configurations shipped with the template.
    - `settings_template` object, required — JSON Schema describing the template's configurable parameters.
    - `outputs_schema` object, nullable — JSON Schema describing the template's evaluator output shape.
    - `description` string, nullable — Template description.
    - `oss` boolean, nullable — True when the template is available in OSS builds.
    - `requires_llm_api_keys` boolean, nullable — True when the template calls an LLM provider and requires an API key.
    - `tags` string[] — Tags for grouping templates.
    - `archived` boolean, nullable — True when the template is deprecated. Hidden unless `include_archived=true`.

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-19** `a7f9a6823230` — 2 warning
  - removed the optional property `support_id` from the response with the `200` status
  - removed the optional property `support_ts` from the response with the `200` status
- **2026-05-14** `d7e21f629c88` — 2 info
  - the `tags` response's property default value `` was removed for the status `200`
  - the `templates` response's property default value `` was removed for the status `200`
- **2026-04-23** `925e8b901a26` — 2 info
  - added the optional property `support_id` to the response with the `200` status
  - added the optional property `support_ts` to the response with the `200` status
- **2026-02-27** `8fcd55a5a656` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/simple/evaluators/templates/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/06e03dbce2be/schema)
