Logging

Get dropped requests count

Returns the number of dropped requests.

GET
/api/logs/dropped
AuthorizationBearer <token>

Bearer token authentication. Use your MPilot virtual-key JWT or admin JWT. Virtual keys (prefixed with sk-bf-) can also be passed here.

In: header

Response Body

curl -X GET "https://loading/{AI_GATEWAY_URL}/api/logs/dropped"
{
  "dropped_requests": 0
}
On this page

On this page

No Headings