API ReferenceServer API

Readiness check endpoint

Returns the readiness status of the API server. Indicates if the service is ready to accept traffic.

GET
/v1/readyz

Response Body

application/json

curl -X GET "https://loading/v1/readyz"
{
  "property1": "string",
  "property2": "string"
}