GET
/
health
/
readiness
cURL
curl --request GET \
  --url https://api.scale.computeflow.cloud/health/readiness
{
  "status": "ok",
  "info": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "details": {
    "database": {
      "status": "up"
    }
  }
}

Response

The Health Check is successful

The response is of type object.