Skip to main content
GET
/
health
Liveness probe
curl --request GET \
  --url https://breadbox.example.com/health
{
  "version": "<string>",
  "details": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.breadbox.sh/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Server is up.

status
enum<string>
Available options:
ok,
degraded
version
string
details
object