---
title: "Get a specific evaluation result by ID"
method: GET
path: "/evaluation/{id}"
---

# Get a specific evaluation result by ID

`GET /evaluation/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `includeAllScores` boolean

## Response `200`

Successfully retrieved evaluation result

- object
  - `results_id` string
  - `created_at` string
  - `dataset_id` string
  - `metrics_id` string
  - `metrics_definitions` string[]
  - `pair_count` integer
  - `system_prompt` string
  - `score_means` number[]
  - `score_medians` number[]
  - `score_mins` number[]
  - `score_maxes` number[]
  - `score_std_devs` number[]
  - `score_confidence_intervals` object[]
    - `ci_low` number
    - `ci_high` number
    - `ci_confidence` number
  - `min_scoring_pairs` array[]
    - object[]
      - `reason` string
      - `pair_id` string
      - `score` number
  - `all_scored_pairs` array[] — All scored pairs with scores and reasons (only included when includeAllScores=true)
    - object[]
      - `reason` string
      - `pair_id` string
      - `score` number
  - `human_critique` object[]
    - `id` string
    - `pair_id` string
    - `metric_idx` integer
    - `comment` string
    - `vote` -1 | 0 | 1
    - `user` string
    - `user_email` string
    - `time` string

## Changes

- **2026-07-13** `f332cf4d71d4` — 3 info
  - added the new optional `query` request parameter `includeAllScores`
  - added the optional property `all_scored_pairs` to the response with the `200` status
  - added the optional property `min_scoring_pairs/items/items/score` to the response with the `200` status
- **2025-06-19** `c0684c37535d` — 1 info
  - added the optional property `human_critique` to the response with the `200` status
- **2025-06-10** `d550ab79ee7e` — 3 warning, 13 info
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `mean_scores` from the response with the `200` status
  - removed the optional property `scores` from the response with the `200` status
  - added the optional property `created_at` to the response with the `200` status
  - …12 more
- **2025-04-30** `2eb8cb01b88b` — 1 info
  - endpoint added
- **2025-04-30** `9a3d86c43d3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getplumai/apis/plum-api/changes/evaluation/:id/get.md)

---

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