Documentation
Health Check
Simple liveness probe for load balancers, uptime monitors, and health checks. Returns plain text - no authentication required.
GEThttps://sirenapi.orielhaim.com/health
Plain-text liveness check. No API key, no query parameters.
Response Codes
| Status | Body | Meaning |
|---|---|---|
| 200 | OK | Service is running normally |
| 503 | System Critical: {error message} | System entered an error state (e.g. repeated fetch failures) |
Example
bash
1curl https://sirenapi.orielhaim.com/health
Response: OK
External Status Page
Independent uptime monitoring is available at status.orielhaim.com/status/redalert - this page is hosted separately and remains accessible even if the system is completely down.