v1

latestOpenAPI 3.1.02026-07-12185391.3 KB
Health Check

Get the health of the service

Check the health of the service.

get/v2/health-check

Response

The health of the service

status'error' | 'ok' | 'shutting_down'
infoobject nullable
errorobject nullable
detailsobject

Example response

{
  "info": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "details": {
    "database": {
      "status": "up"
    }
  }
}
All 18 operations