Minctrl Docs

Health Llm

GET
/health/llm

Per-provider LLM circuit breaker state.

Returns: {providers: {provider_name: {state, consecutive_failures, opened_at}, ...}} State is one of: closed (healthy), open (skipping), half_open (trial call allowed).

Response Body

application/json

curl -X GET "https://example.com/health/llm"
null