API: Health
GET /health
Section titled “GET /health”Liveness
Response 200: Successful Response
| Field | Type | Description |
|---|---|---|
status |
string |
(required) |
{ "status": "healthy"}GET /health/ready
Section titled “GET /health/ready”Readiness
Response 200: Successful Response
| Field | Type | Description |
|---|---|---|
status |
string |
"healthy" or "unhealthy" (required) |
{ "status": "healthy"}Response 503: Service Unavailable
| Field | Type | Description |
|---|---|---|
status |
string |
"unhealthy" (required) |
{ "status": "unhealthy"}