Public docs
GET /v1/metrics/summary
Aggregate usage statistics across all translation runs.
Phase 1 shell: this docs surface is wired to the existing backend and repo documentation, and will be expanded as the private dashboard comes online.
What it does
Returns high-level counters across all translation runs in the system. Use this for dashboards, usage reporting, or operational visibility.
Authentication
Requires X-API-Key.
No query parameters
This endpoint returns aggregate totals — no filtering or pagination.
Response fields
total_runs— total number of translation runsbasic_runs— runs using deterministic modeai_runs— runs using AI modeai_fallbacks— runs where AI was requested but fell back to basichigh_impact— runs that scoredhighimpact levelmedium_impact— runs that scoredmediumimpact levellow_impact— runs that scoredlowimpact level
Get metrics summary
curl https://api.opsentry.ai/v1/metrics/summary \ -H "X-API-Key: YOUR_API_KEY"