Skip to main content
GET
/
health
/
readiness
Kubernetes readiness probe
curl --request GET \
  --url http://localhost:3000/health/readiness
{
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "message": "<string>"
}

Response

Service is ready

status
string
timestamp
string<date-time>
message
string