FruxonDocs
Agent NetworkGraph

Tenant-wide config/credential health for the Mission control nav badge.

Distinct unhealthy LLM configs / credentials across every runnable (Active or Draining) agent in the tenant — a shared broken default counts once. `configIssues` is the single number the badge shows; zero means nothing needs attention. Pure read of the health already persisted on the config rows by the execution path — no live probing.

GET
/v1/tenants/{tenant}/operate/fleetHealth
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/operate/fleetHealth"
{
  "unhealthyLlmConfigs": 0,
  "unhealthyCredentials": 0,
  "budgetBlockedAgents": 0,
  "configIssues": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}