/api/v1/status endpoint returns minimal data #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
/api/v1/statusendpoint returns only:For a monitoring daemon, this endpoint should provide useful operational visibility. The README describes it as "Current monitoring state" but it does not expose any monitoring state.
Expected Behavior
The status endpoint should return useful information such as:
This is important for operators to verify the daemon is functioning correctly without checking logs.
Category
Nice-to-have for 1.0. The health endpoint covers basic "is it alive" checks, but a richer status endpoint would significantly improve operability.