Skip to main content
GET
/
api
/
bots
/
health
Check backend health
curl --request GET \
  --url http://localhost:8080/api/bots/health \
  --header 'Authorization: Bearer <token>'
{
  "healthy": true,
  "status_code": 123,
  "latency_ms": 123
}

Authorizations

Authorization
string
header
required

API key with bmx_ prefix. Obtain via /api/auth/api-keys.

Query Parameters

id
integer
required

Bot ID to check

Response

Health check result

healthy
boolean
status_code
integer
latency_ms
integer