Health
Get health status
GET /health
GET /health
Responses
200 — Successful operation
Response Example
{
"status": "healthy",
"db": "host.docker.internal via TCP/IP"
}500 — Internal error
Health
GET /health
GET /health200 — Successful operation
{
"status": "healthy",
"db": "host.docker.internal via TCP/IP"
}500 — Internal error