Caura / docs
API Reference

Health

GET /api/v1/health — liveness probe.

GET
/api/v1/health

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/health"
{
  "status": "string",
  "storage": "string",
  "redis": "string",
  "event_bus": "string",
  "platform_init_errors": [
    "string"
  ],
  "unhealthy_dependencies": [
    "string"
  ]
}
{
  "detail": "string",
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}
{
  "detail": "string",
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}