Health & Monitoring
Health Check
Health check endpoint for service monitoring. Returns service status, uptime, version information, and readiness state.
get/health
Response
Service health status
Example response
{
"status": "ok",
"uptime_seconds": 12036.61
}