Server health
Response
200 healthy
Example
Database health
Response
boolean
Whether the database connection is active.
string
Absolute path to the database file.
string
Database file size.
string
Octal file permissions.
object
Record counts per table. Useful for verifying migrations applied correctly.
string
Optional warning (e.g. unusual permissions).
string
Optional warning when the database file’s permissions are less restrictive
than
600.string
Optional error message if the database file’s permissions or size couldn’t be
read.
string
Optional error message if table record counts couldn’t be retrieved.
200 healthy · 503 database connection failed