Skip to Content
APIApi Health

Last Updated: 3/9/2026


PocketBase v0.36.6

API Health

Returns the health status of the server.

API details

GET/HEAD

/api/health

Query parameters

ParamTypeDescription
fieldsStringComma separated string of the fields to return in the JSON response (by default returns all fields). Ex.: ? =*,.. * targets all keys from the specific depth level. In addition, the following field modifiers are also supported: * :excerpt(maxLength, withEllipsis?) Returns a short plain text version of the field string value. Ex.: ?fields=*,description:excerpt(200,true)

Responses

{"status": 200, "message":"API is healthy.", "data":{"canBackup": false}}


Prev: API Backups