GET /health
GET /health
Section titled “GET /health”Returns the current health status of the Pulse gateway. No payment required. Not rate limited.
Request
Section titled “Request”GET https://pulse.openclaw.ai/healthNo parameters.
Response
Section titled “Response”| Field | Type | Description |
|---|---|---|
status | string | ok or degraded |
engine | string | available or unavailable |
kill_switch | string | enabled or disabled |
version | string | Gateway version |
Example
Section titled “Example”{ "status": "ok", "engine": "available", "kill_switch": "enabled", "version": "1.0.0"}- If
engineisunavailable, paid endpoints will return 500 errors. The gateway is running but the analysis engine is not. - If
kill_switchisdisabled, all paid endpoints will return 503 withretry_after: 3600. The gateway is in maintenance mode. - Use this endpoint for uptime monitoring and pre-flight checks before making paid requests.