Returns the server health status. The sentry status is also included in the response
curl --request GET \ --url https://api.letraz.app/api/v1/health/
{ "status": "OPERATIONAL", "details": { "sentry": "OPERATIONAL", "clerk": "OPERATIONAL", "DB": "OPERATIONAL" } }
The health status of the server. The status can be ok, degraded or failing.
OPERATIONAL
DEGRADED
Show child attributes
The status of the sentry integration. If False, the sentry is not initialized, possibly due to absense of environment variables, which is expected or misconfigured initialization.
UNINITIALIZED
FAILED
The health status of Clerk integration. The status can be OPERATIONAL or DOWN.
DOWN
The health status of Clerk connection. The status can be OPERATIONAL, DEGRADED or FATAL.
FATAL