Go to file
Ripley 638bcd2d91 feat: add monitoring API endpoints (10 read-only endpoints)
- GET /monitoring/cost-snapshots + /{id} — list/detail with gateway_id, date range filters
- GET /monitoring/cron-jobs + /{id} — list/detail with gateway_id, enabled, job_name filters
- GET /monitoring/sessions + /{id} — list/detail with gateway_id, session_key, model, event_type filters
- GET /monitoring/health + /{id} — list/detail with gateway_id, date range filters
- GET /monitoring/sub-agents + /{id} — list/detail with gateway_id, status, agent filters
- All endpoints org-scoped (require_org_member), paginated (DefaultLimitOffsetPage)
- Pydantic Read schemas for all 5 monitoring models
- Router registered in main.py
- Removed unused imports (OkResponse, utcnow)
2026-05-10 20:44:44 -05:00
src feat: add monitoring API endpoints (10 read-only endpoints) 2026-05-10 20:44:44 -05:00
.dockerignore feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
.gitignore feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
DEVELOPMENT_LOG.md docs: update DEVELOPMENT_LOG for v0.0.4 collector work 2026-05-10 20:16:42 -05:00
FUTURE.md docs: update VERSION, HISTORY, FUTURE for v0.0.4 — gateway collector complete 2026-05-10 20:15:31 -05:00
HISTORY.md docs: update VERSION, HISTORY, FUTURE for v0.0.4 — gateway collector complete 2026-05-10 20:15:31 -05:00
PROJECT.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
STRUCTURE.md docs: update STRUCTURE.md with full agent structure, pipeline, dispatch protocol 2026-05-10 18:14:26 -05:00
VERSION.md docs: update VERSION, HISTORY, FUTURE for v0.0.4 — gateway collector complete 2026-05-10 20:15:31 -05:00
compose.yml feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00