Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Liveness and DB reachability

GET
/healthz
curl --request GET \
--url https://example.com/healthz

Successful Response

Media typeapplication/json
HealthResponse
object
status
required
Status
string
Allowed values: ok degraded
database
required
Database
string
Allowed values: ok unreachable
engine_version
Any of:
string
Example
{
"database": "ok",
"engine_version": "0.4.0",
"status": "ok"
}