---
title: "Get Evaluator Configs"
method: GET
path: "/evaluators/configs"
tags: ["Evaluators"]
---

# Get Evaluator Configs

`GET /evaluators/configs`

## Query parameters

- `app_id` string, nullable

## Response `200`

Successful Response

- EvaluatorConfig[]
  - `id` string, required
  - `name` string, required
  - `project_id` string, required
  - `evaluator_key` string, required
  - `settings_values` object, nullable
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-13** `72fe88316d15` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-11-05** `e62506c24377` — 3 info
  - the `query` request parameter `app_id` became optional
  - `query` request parameter `app_id` list-of-types was widened by adding types `null`
  - for the `query` request parameter `app_id`, the type was generalized from `string` to no type
- **2025-06-27** `e3e84db47198` — 1 info
  - endpoint added

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