diff --git a/FUTURE.md b/FUTURE.md index c25cb6e..e4c6746 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -76,6 +76,14 @@ Add FastAPI WebSocket endpoint for real-time agent event broadcasting, porting t ### 🟡 MEDIUM +### 🟠 Monitoring API Endpoints — HIGH +**Priority:** HIGH +**Status:** DONE ✅ +**Added:** 2026-05-11 by Ripley +**Completed:** 2026-05-11 + +10 read-only endpoints at /api/v1/monitoring/* with org-scoping, pagination, and filtering. Schemas in app/schemas/monitoring.py, router in app/api/monitoring.py. + ### 🟠 Dashboard Logic Port — HIGH **Priority:** HIGH **Status:** PENDING