---
title: "Get Benchmark Evaluation"
method: GET
path: "/felix/benchmarks/evaluate/{evaluation_id}"
tags: ["felix"]
---

# Get Benchmark Evaluation

`GET /felix/benchmarks/evaluate/{evaluation_id}`

Get the status and results of a benchmark evaluation.

## Path parameters

- `evaluation_id` string, required

## Response `200`

Successful Response

- BenchmarkEvaluationResponse — Response for benchmark evaluation
  - `success` boolean, required
  - `evaluation_id` string, required
  - `project_id` string, nullable
  - `status` 'pending' | 'running' | 'complete' | 'failed' | 'cancelled', required
  - `task` string, required
  - `benchmark` string, required
  - `model_id` string, required
  - `metrics` object, nullable
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `completed_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/versions/31dfe831e079/schema)
