Get System Status
Status API
Get System Status
Get the current status of all GetBill services
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
Overall system status:
operational, degraded, or outageStatus of individual services
Active incidents from the last 7 days
Upcoming scheduled maintenance windows
Daily status history for the last 90 days. Each entry contains
date (YYYY-MM-DD), incidents count, and degraded count.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.jsonvia CloudFront, which remains available even during application outages - Use this endpoint to build custom status dashboards or monitoring integrations