GET
Get System Status

Overview

Returns the current operational status of all GetBill services, active incidents, scheduled maintenance, and 90-day status history. This is the same data that powers the status page.

Authentication

None required. This is a public endpoint.

Request

No parameters required.

Example Request

Response

string
Overall system status: operational, degraded, or outage
object
Status of individual services
array
Active incidents from the last 7 days
array
Upcoming scheduled maintenance windows
array
Daily status history for the last 90 days. Each entry contains date (YYYY-MM-DD), incidents count, and degraded count.
string
Timestamp of the last status calculation (ISO 8601)

Success Response

Usage Notes

  • Response is cached for 60 seconds server-side
  • The status page also serves this data as /status.json via CloudFront, which remains available even during application outages
  • Use this endpoint to build custom status dashboards or monitoring integrations