Skip to main content
GET
/
api
/
runtime-security
/
health
Liveness probe — model warmup state, fallback flag
curl --request GET \
  --url https://api.antidote.example.com/api/runtime-security/health
{
  "model_warm": true,
  "using_phrase_fallback": true,
  "version": "<string>"
}

Response

200 - application/json

Health status

status
enum<string>
Available options:
ok,
degraded,
down
model_warm
boolean
using_phrase_fallback
boolean
version
string