v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Health

Health check

Returns the health status of the application and its dependencies (Valkey/Redis and Kafka)

get/health

Response

Health status retrieved successfully

status'ok' | 'partial' | 'down'

Overall health status

infoobject

Health information for each dependency

errorobject

Error information (empty if healthy)

detailsobject

Detailed health information for each dependency

Example response

{
  "status": "ok"
}