Health check endpoint with container diagnostics for deployment monitoring.
Returns system health, uptime, and unique container identifier for support and log analysis. No sensitive AWS or hostname information is exposed.
Response
System status: healthy or unhealthy
Current timestamp (ISO 8601)
Unique container identifier for log correlation
Monitoring: This endpoint is designed for load balancers, monitoring systems, and health check tools. It provides essential diagnostic information without exposing sensitive data.
Container ID: The container_id field is useful for correlating health check results with specific container instances in multi-instance deployments. Include this in support requests for faster issue resolution.
This endpoint does not require authentication and should be used by monitoring systems to check API availability. A 200 status code with "status": "healthy" indicates the system is operational.