---
title: "Fetch Result"
method: GET
path: "/evaluations/results/{result_id}"
tags: ["Evaluations"]
---

# Fetch Result

`GET /evaluations/results/{result_id}`

## Path parameters

- `result_id` string, uuid, required

## Response `200`

Successful Response

- EvaluationResultResponse
  - `count` integer
  - `result` EvaluationResult
    - `flags` object, nullable
    - `tags` object, nullable
    - `meta` object, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `deleted_at` string, date-time, nullable
    - `created_by_id` string, uuid, nullable
    - `updated_by_id` string, uuid, nullable
    - `deleted_by_id` string, uuid, nullable
    - `id` string, uuid, nullable
    - `version` string, nullable
    - `hash_id` string, uuid, nullable
    - `trace_id` string, nullable
    - `testcase_id` string, uuid, nullable
    - `error` object, nullable
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `interval` integer, nullable
    - `timestamp` string, date-time, nullable
    - `repeat_idx` integer, nullable
    - `step_key` string, required
    - `scenario_id` string, uuid, required
    - `run_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

> 359 revisions in range; 4 could not be searched.

- **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-08** `5e6f53ce5d08` — 1 info
  - api operation id `fetch_result_evaluations_results__result_id__get` removed and replaced with `fetch_result`
- **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/evaluations/results/:result_id/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/713e4f3b7519/schema)
