# Health Check Check if SQUAKE's server can be reached. ## Healthz - [GET /v2/healthz](https://docs-v2.squake.earth/docs/openapi/health-check/get-v2-healthz.md): Simple health check to verify SQUAKE's server can be reached. ## Livez - [GET /v2/livez](https://docs-v2.squake.earth/docs/openapi/health-check/get-v2-livez.md): Health check to verify SQUAKE's server can be reached; this additionally checks the most critical sub-dependencies, such as database systems. ## Readyz - [GET /v2/readyz](https://docs-v2.squake.earth/docs/openapi/health-check/get-v2-readyz.md): Extensive health check to verify SQUAKE's server can be reached; this additionally checks all sub-dependencies, such as database systems, and also considers the error rate of the most recent history. Meaning even if SQUAKE's servers are reachable, including their sub-systems, if other clients experience excessively many errors, this endpoint returns an error.