GET
/
health
/
Get server health status
curl --request GET \
  --url https://api.letraz.app/api/v1/health/
{
  "instance_id": "<string>",
  "status": "OPERATIONAL",
  "details": {
    "sentry": "OPERATIONAL",
    "clerk": "OPERATIONAL",
    "db": "OPERATIONAL",
    "util_service": "OPERATIONAL"
  }
}

Response

instance_id
string
required

The id of the instance from which the health check response has been received.

status
enum<string>
required

The health status of the server. The status can be ok, degraded or failing.

  • OPERATIONAL - OPERATIONAL
  • DEGRADED - DEGRADED
Available options:
OPERATIONAL,
DEGRADED
details
object
required