Bosbase logo BosBase v0.31.0
Full Documentation
Introduction Web APIs reference ├ API Records ├ API Realtime ├ API Files ├ API Collections ├ API Settings ├ API Logs ├ API Crons ├ API Backups └ API Health SDK Documentation
Web APIs reference - API Health
API Health

Returns the health status of the server.

API details
GET/HEAD
/api/health
Query parameters
Param Type Description
fields String

Comma separated string of the fields to return in the JSON response (by default returns all fields). Ex.:

?fields=*,expand.relField.name

* 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