Health

Health check endpoints

Health check

get

Returns service health status

Responses
chevron-right
200

Service is healthy

application/json
statusstringOptionalExample: ok
versionstringOptionalExample: 1.0.0
get
/health

Readiness check

get

Returns whether service is ready to accept traffic

Responses
chevron-right
200

Service is ready

application/json
statusstringOptionalExample: ready
get
/ready

Last updated