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 runs
  • basic_runs — runs using deterministic mode
  • ai_runs — runs using AI mode
  • ai_fallbacks — runs where AI was requested but fell back to basic
  • high_impact — runs that scored high impact level
  • medium_impact — runs that scored medium impact level
  • low_impact — runs that scored low impact level
Get metrics summary
curl https://api.opsentry.ai/v1/metrics/summary \
-H "X-API-Key: YOUR_API_KEY"