ApiLlm provider configs
Gets the health of every LLM provider config the agent's current published revision resolves to (each step's pinned config, or the tenant default when a step omits it).
Pure read of the health persisted on the config rows from real provider traffic — no live probing. `unhealthyCount` drives the agent-overview "LLM config needs attention" banner. Only durable config-level failures count as unhealthy (invalid key, quota, model) — a per-run prompt overflow or transient rate-limit does not. Returns an empty rollup when the agent has no deployed revision or references no resolvable config.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
agent*string
The unique identifier of the agent.
tenant*string
The tenant identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/llmConfigHealth"{
"items": [
{
"configId": "00000000-0000-0000-0000-000000000000",
"providerId": "string",
"displayName": "string",
"health": "HEALTHY",
"detail": "string",
"since": 0
}
],
"unhealthyCount": 0
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}