Skip to content

Minimal liveness ping

GET
/health/ping
curl --request GET \
--url https://example.com/api/health/ping

Smaller payload than GET /health; for synthetic monitors and cheap polls. No dependency checks. Includes version and protocol_version for MCP client pre-flight checks.

OK

Media type application/json
object
ok
required
boolean
pong
required
boolean
version
required

Application version string

string
protocol_version
required

MCP protocol version supported by this server

string
uptime_s
required

Server uptime in seconds

number