Skip to main content
GET
/
health
/
ready
Readiness Check
curl --request GET \
  --url https://api.yertle.com/health/ready
{
  "status": "<string>",
  "database": {
    "connected": true
  },
  "services": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.yertle.com/llms.txt

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

Response

200 - application/json

Successful Response

Readiness probe — reports database connectivity and downstream services.

status
string
required

'ready' or 'not ready'

database
DatabaseStatusResponse · object
required

Database connectivity

services
Services · object
required

Status of downstream services, keyed by name