---
title: "Get reaper service statistics"
method: GET
path: "/v1/admin/reaper/stats"
tags: ["admin"]
---

# Get reaper service statistics

`GET /v1/admin/reaper/stats`

Get statistics about the background reaper service.

The reaper service runs periodically to clean up orphaned evaluation runs
where validators have stopped reporting (crashed or disconnected).

Stats are read from Redis (persisted by the active reaper instance) to ensure
consistent visibility across all replicas.

## Response `200`

Successful Response

- ReaperStatsResponse
  - `enabled` boolean, required — Whether the reaper is enabled
  - `is_running` boolean, required — Whether the reaper is currently running
  - `last_run_at` string, date-time, nullable — When the reaper last ran
  - `runs_reaped_total` integer, required — Total number of runs reaped since startup
  - `runs_reaped_last_cycle` integer, required — Number of runs reaped in the last cycle
  - `last_cycle_duration_ms` number, required — Duration of the last reaper cycle in milliseconds
  - `error_count` integer, required — Total number of reaper errors
  - `redis_error_count` integer, required — Total number of Redis-related reaper errors
  - `interval_seconds` integer, required — Reaper cycle interval in seconds

---

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