v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
Health Check

Get the liveliness of the service (reads only)

Check the liveliness of the service (reads only).

get/v1/live-check

Response

The liveliness of the service (reads only)

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

Example response

{
  "info": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "details": {
    "database": {
      "status": "up"
    }
  }
}