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