Skip to main content
Version: 1.3.0

Readiness check

GET 

/health/ready

Returns 200 when the entity store is reachable within the configured probe timeout. Returns 503 when the entity store is unavailable or slow. Use this for Kubernetes readiness probes to control traffic routing. This endpoint is exempt from authentication so probes can reach it without credentials. A root-level alias at /health/ready (outside the /api base path) is also available for GTMs that require probes at well-known root paths.

Responses

Health check result

Schema

    code integerrequired

    Response code, 0 for success

    status stringrequired

    Possible values: [UP, DOWN]

    Aggregate health status

    checks

    object[]

    required

    Per-component check results

  • Array [

  • name stringrequired

    Name of the component being checked

    status stringrequired

    Possible values: [UP, DOWN]

    Status of the component

    details

    object

    Optional diagnostic details about the check result

    property name* string
  • ]

Loading...