fleet_status
Retrieve a current snapshot of all fleet printers: connection status, operational state, and temperatures. Offline printers are reported as offline; auto-registers a default printer if none are configured.
Instructions
Get live status of all fleet printers (state, temps, connection — current snapshot).
The multi-machine view is a fleet feature. For ONE printer — which is
the single-printer experience at every tier — use ``printer_status``
(``detail="lite"`` for the cheap version), ``printer_snapshot`` or
``monitor_print``; each takes a ``printer_name`` and none of them is
tier-gated, so any machine you own can be inspected and stopped
whatever your licence.
For historical analytics (success rates, throughput), use ``fleet_analytics``.
For grouping by physical location, use ``fleet_status_by_site``.
Returns a list of printer snapshots including name, backend type,
connection status, operational state, and temperatures. Printers
that fail to respond are reported as offline rather than raising.
If no printers are registered yet, the current adapter (from env config)
is auto-registered as "default".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||