v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
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

statusstring
messagestring

Example response

{
  "status": "ready",
  "message": "Gateway is ready to accept requests"
}