Skip to main content
GET
/
health
/
ready
Readiness probe
curl --request GET \
  --url https://breadbox.example.com/health/ready
{
  "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

Server is ready to take traffic.

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