---
title: "Get Current Running Evaluation For A Given Agent"
method: GET
path: "/v1/orchestrate/agent/{agent_id}/evaluations/status"
tags: ["Agent Evaluation"]
---

# Get Current Running Evaluation For A Given Agent

`GET /v1/orchestrate/agent/{agent_id}/evaluations/status`

Get evaluation status for a given agent

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- EvaluationStatusResponse
  - `is_running` boolean, required — Whether any evaluation is currently running
  - `evaluation_id` string, uuid, nullable — ID of the running evaluation if any

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.dev/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
