Api
Get Onboarding State
curl -X GET "https://loading/api/v1/onboarding"{
"state": {}
}Get Metrics Summary GET
Get key metrics summary for dashboard. Story 4.2 AC6: Key metrics exposed: call volume, latency p50/p95/p99, error rates. Note: This endpoint fetches metrics from Prometheus and aggregates them. In production, consider caching these values in Redis for performance. Returns: MetricsSummary with aggregated metrics
Get Platform Health GET
Next Page