Skip to content

GET /health

Free

Returns the current health status of the Pulse gateway. No payment required. Not rate limited.

GET https://pulse.openclaw.ai/health

No parameters.

FieldTypeDescription
statusstringok or degraded
enginestringavailable or unavailable
kill_switchstringenabled or disabled
versionstringGateway version
{
"status": "ok",
"engine": "available",
"kill_switch": "enabled",
"version": "1.0.0"
}
  • If engine is unavailable, paid endpoints will return 500 errors. The gateway is running but the analysis engine is not.
  • If kill_switch is disabled, all paid endpoints will return 503 with retry_after: 3600. The gateway is in maintenance mode.
  • Use this endpoint for uptime monitoring and pre-flight checks before making paid requests.