---
title: "Retrieve an Evaluator"
method: GET
path: "/v2/evaluators/{id}"
tags: ["Evals"]
---

# Retrieve an Evaluator

`GET /v2/evaluators/{id}`

Retrieve a single evaluator by ID with more detail than the list endpoint: full type-specific config, owner, domain_id, metadata, enabled, and output_type.

## Path parameters

- `id` string, required

## Response `200`

OK

- EvaluatorDocumentResponse
  - `document` object

## Changes

> 253 revisions in range; 71 not diffed.

- **2026-08-31** `3a2f6c296c09` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - removed `subschema #1: LLM, subschema #2: Function, subschema #3: Ragas, subschema #4: JSON, subschema #5: HTTP, subschema #6: Python, subschema #7: Typescript, subschema #8: Bedrock Guardrail` from the response body `oneOf` list for the response status `200`
  - removed the non-success response with the status `404`
  - added the optional property `document` to the response with the `200` status
- **2026-08-28** `9642bb8e4f83` — 2 breaking, 1 warning, 1 info
  - added `subschema #1: LLM, subschema #2: Function, subschema #3: Ragas, subschema #4: JSON, subschema #5: HTTP, subschema #6: Python, subschema #7: Typescript, subschema #8: Bedrock Guardrail` to the response body `oneOf` list for the response status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `document` from the response with the `200` status
  - added the non-success response with the status `404`
- …earlier changes not shown

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/evaluators/:id/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/94a16765e3fe/schema)
