> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bravadotrade.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Status and Uptime

> Bravado API status page, uptime history, and incident notifications.

Bravado publishes real-time status and incident history so integrators can distinguish platform-wide issues from problems specific to their integration.

## Status page

The status page shows:

* Current availability of the Trade API, Copytrade API, and Data API.
* Ongoing incidents with live updates.
* Historical uptime by surface.
* Scheduled maintenance windows.

## Health endpoint

Every Bravado surface exposes an unauthenticated `GET /healthz` endpoint that returns `200 OK` when healthy. This is the same endpoint the status page probes, so your own monitors can call it to detect issues without waiting for the status page to update.

```bash theme={null}
curl https://bravado-api-k7kaq.ondigitalocean.app/healthz
```

```json theme={null}
{"status": "ok", "version": "2.x.x", "timestamp": "2026-08-08T12:00:00Z"}
```

See the [Data API healthz endpoint](/api/analytics/healthz) for the full schema.

## Incident communication

During an incident, Bravado communicates through:

* The [status page](/reference/status) with rolling updates.
* The [Changelog](/reference/changelog) for post-incident notes on any behavior changes.
* Direct email to affected partner accounts for extended incidents.

## Uptime SLA

## Related

* [Rate limits](/reference/rate-limits) for backoff strategies during degraded performance.
* [Changelog](/reference/changelog) for incident post-mortems.
