Skip to main content
POST
Ping the configured inference proxy

Authorizations

Authorization
string
header
required

OAuth 2.0 access token obtained through RFC 8628 at /api/auth/device/code and /api/auth/oauth2/token. The API enforces governance:read, session:write, and client-status:write as appropriate.

Response

Current reachability and latency of the inference proxy

status
enum<string>
required
Available options:
healthy,
unhealthy
checked_at
string<date-time>
required
latency_ms
integer
required
Required range: x >= 0
http_status
integer | null
Required range: 100 <= x <= 599
error
string | null