Skip to content
API Reference · 상태 API

상태 API

라우팅 상태, 가용성, 지연시간 지표를 조회합니다.


라우팅 상태

GET
$GET https://api.alltoken.ai/api-account/health/routes

가용성, 지연시간(p50/p95), 처리량, 최근 장애 기록을 포함한 모든 모니터링 경로의 상태를 반환합니다.

상태 요약

GET
$GET https://api.alltoken.ai/api-account/health/summary

집계 통계를 반환합니다:

응답
1{
2 "total_routes": 76,
3 "healthy_routes": 74,
4 "degraded_routes": 2,
5 "incident_routes": 0,
6 "median_latency_ms": 1250,
7 "overall_availability": 99.97
8}