Resources

Know What's Running. In Real Time.

Live uptime, incident history, and scheduled maintenance for every Calling Hub service — Voice, Video, Messaging, AI, and APIs.

Know What's Running. In Real Time.

What It Is

System Status is a live, public dashboard showing the real-time health of every Calling Hub service — so you always know if an issue is on our end before you start debugging your own code.

Why Developers Use It

When something feels off, the first question is always 'is it us or them?' System Status answers that instantly — with live metrics, not guesswork.

Key Capabilities

Live Health Status

Healthy, Warning, Critical, or Maintenance status displayed for every service, in real time

Per-Service Breakdown

Voice, Video, Messaging, AI Voice, Contact Center, and API status shown separately — not lumped together

API Availability & Uptime

Real-time and historical uptime percentages so you can assess reliability at a glance

Response Time & Error Rate

Track performance and error rates — not just whether a service is "up"

Incident History

Full log of past incidents with resolution notes, root cause analysis, and timestamps

Scheduled Maintenance

Know about planned downtime in advance with a maintenance calendar and notifications

Status Subscriptions

Get notified the moment status changes via email or webhook

What's Inside

Each service shows its current health status, uptime percentage, and a timeline of the last 90 days — plus detailed incident reports whenever something goes wrong, including root cause and resolution time.

Who It's For

Developers debugging an integration issue, IT admins monitoring reliability, and anyone who wants proactive visibility instead of finding out about downtime from angry users.

Status API — Sample Response
// GET https://status.callinghub.io/api/v1/status

{
  "overall": "operational",
  "updatedAt": "2024-01-15T10:45:00Z",
  "services": [
    { "name": "Voice Calling", "status": "operational", "uptime": "99.98%" },
    { "name": "Video Meetings", "status": "operational", "uptime": "99.95%" },
    { "name": "Messaging API",  "status": "operational", "uptime": "99.99%" },
    { "name": "AI Voice",       "status": "operational", "uptime": "99.97%" },
    { "name": "Core API",       "status": "operational", "uptime": "99.99%" }
  ],
  "activeIncidents": []
}

Getting Started

1

Check current status

Visit the status page before assuming your integration is broken — rule out our end first

2

Subscribe to updates

Get notified via email or webhook the moment any service status changes

3

Review incident history

Browse the full incident log to understand past reliability and resolution patterns

Always know what's really happening.