---
title: "Fetch Evaluation Status"
method: GET
path: "/evaluations/{evaluation_id}/status"
tags: ["Evaluations"]
---

# Fetch Evaluation Status

`GET /evaluations/{evaluation_id}/status`

Fetches the status of the evaluation.

Args:
    evaluation_id (str): the evaluation id
    request (Request): the request object

Returns:
    (str): the evaluation status

## Path parameters

- `evaluation_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-27** `e3e84db47198` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/evaluations/:evaluation_id/status/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/e3e84db47198/schema)
