Skip to main content
GET
/
api
/
runtime-security
/
service-status
ECS firewall service status (for the "starting / ready / stopping" UI)
curl --request GET \
  --url https://api.antidote.example.com/api/runtime-security/service-status \
  --header 'X-API-Key: <api-key>'
{
  "ready": true,
  "desired_count": 123,
  "running_count": 123,
  "pending_count": 123
}

Authorizations

X-API-Key
string
header
required

Antidote workspace API key (ak_live_…). Use this header for the scan API and the OpenAI proxy routes. The required permission scope is runtime_security.scan for scan endpoints, runtime_security.view for read-only analytics, and runtime_security.manage for configuration changes.

Response

200 - application/json

Current ECS state

ready
boolean
desired_count
integer
running_count
integer
pending_count
integer