admin

Get reaper service statistics

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.

get/v1/admin/reaper/stats

Response

Successful Response

enabledboolean required

Whether the reaper is enabled

is_runningboolean required

Whether the reaper is currently running

last_run_atstring date-time nullable

When the reaper last ran

runs_reaped_totalinteger required

Total number of runs reaped since startup

runs_reaped_last_cycleinteger required

Number of runs reaped in the last cycle

last_cycle_duration_msnumber required

Duration of the last reaper cycle in milliseconds

error_countinteger required

Total number of reaper errors

redis_error_countinteger required

Total number of Redis-related reaper errors

interval_secondsinteger required

Reaper cycle interval in seconds

Changes

No recorded changes to this endpoint across all 1 revision of this API.