Skip to main content
GET
/
health
/
Get server health status
curl --request GET \
  --url https://api.letraz.app/api/v1/health/
{
  "instance_id": "<string>",
  "details": {}
}

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