Gateway
Readiness Check
Kubernetes-style readiness check for the Gateway. Returns 200 when ready to accept requests, 503 when not ready.
get/ready
Response
Gateway is ready to accept requests
Example response
{
"status": "ready",
"message": "Gateway is ready to accept requests"
}