Skip to main content
API referenceHealth

Health

Every Health endpoint in the metagraphed API, with its method and path.

Last updated

11 endpoints.

  • Failure ReasonsGET /api/v1/health/failure-reasons
    Fetch the probe failure-reason mix.
  • HealthGET /api/v1/health
    Fetch global health summary.
  • Health HistoryGET /api/v1/health/history/{date}
    Fetch compact daily health history.
  • Health Trends BulkGET /api/v1/health/trends
    Fetch compact 7d/30d daily uptime and latency trends for all subnets (computed live from the store).
  • IncidentsGET /api/v1/incidents
    Fetch recent cross-subnet downtime incidents reconstructed from probe history over a 7d or 30d window (computed live from the store).
  • Self HealthGET /api/v1/self-health
    metagraphed's OWN uptime: a verdict scoped strictly to our own components (api / site / publish) plus each one's trailing-90-day daily uptime ratios and latest probe state, served from the self_health_daily lakehouse rollup at /api/v1/self-health (no static file).
  • Subnet HealthGET /api/v1/subnets/{netuid}/health
    Fetch health detail for one subnet.
  • Subnet Health IncidentsGET /api/v1/subnets/{netuid}/health/incidents
    Fetch SLA (uptime ratio) and reconstructed downtime incidents per operational surface for one subnet over a 7d or 30d window (computed live from the store).
  • Subnet Health PercentilesGET /api/v1/subnets/{netuid}/health/percentiles
    Fetch latency percentiles (p50/p95/p99) per operational surface for one subnet over a 7d or 30d window (computed live from the store).
  • Subnet Health TrendsGET /api/v1/subnets/{netuid}/health/trends
    Fetch 7d/30d uptime and success-only latency trends (mean + p50/p95/p99 tail + healthy-sample count) per operational surface for one subnet (computed live from the store).
  • Subnet UptimeGET /api/v1/subnets/{netuid}/uptime
    Fetch long-term daily uptime history per operational surface for one subnet over a 90d or 1y window (computed live from the surface_uptime_daily rollup).