GET
/health
Service health

No authentication required. Returns service status and the deployment timestamp from the DEPLOYED_AT environment variable.

Example response

{
  "service": "observer",
  "status": "ok",
  "deployed_at": "unknown"
}