---
title: "Get all Evaluators"
method: GET
path: "/v2/evaluators"
tags: ["Evals"]
---

# Get all Evaluators

`GET /v2/evaluators`

List all evaluators in the workspace.

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string
- `search` string
- `sort` string
- `project_id` string

## Response `200`

OK

- ListEvaluatorsResponse
  - `object` string, required
  - `data` object[], required
  - `has_more` boolean, required

## Changes

> 257 revisions in range; 71 not diffed.

- **2026-09-01** `359a7831a2f0` — 5 breaking, 5 info
  - for the `query` request parameter `limit`, default value `10` was removed
  - removed the enum value `asc` from the `query` request parameter `sort`
  - removed the enum value `desc` from the `query` request parameter `sort`
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - …6 more
- **2026-09-01** `66b8a4902911` — 5 breaking, 3 warning, 5 info
  - the `query` request parameter `sort` was restricted to a list of enum values
  - for the `query` request parameter `limit`, default value `10` was added
  - for the `query` request parameter `project_id`, the minLength was increased from `0` to `1`
  - added `#/components/schemas/EvaluatorResponseLlm, #/components/schemas/EvaluatorResponseJsonSchema, #/components/schemas/EvaluatorResponseHttp, #/components/schemas/EvaluatorResponsePython, #/components/schemas/EvaluatorResponseFunction, #/components/schemas/EvaluatorResponseRagas, #/components/schemas/EvaluatorResponseTypescript` to the `data/items/` response property `oneOf` list for the response status `200`
  - …9 more
- …earlier changes not shown

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/evaluators/get.md)

---

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