Health
Health endpoints do not require authentication.
Liveness
GET /tha/v3/healthz
Response
| Field | Type | Description |
|---|---|---|
status | string | Health status |
curl -X GET https://api.targon.com/tha/v3/healthz
Readiness
GET /tha/v3/readyz
Response
| Field | Type | Description |
|---|---|---|
status | string | Readiness status |
curl -X GET https://api.targon.com/tha/v3/readyz