Get Miner Stats
Farm
Get Miner Stats
Returns aggregate miner classification counts for a farm: total, by_type (healthy / abnormal / sleep / stale; online = healthy + abnormal + sleep), abnormal subtypes with co-occurrence (by_abnormal_type[type].count + also_has), and mining-mode / model distributions.
Use this to answer "how many miners are abnormal / of each anomaly type / sleeping" without paging the full list.
To list the miners behind any count, call List Miners with the predicate below. Each predicate reproduces the matching count exactly. Every bucket except `stale` is scoped online via status_exclude=stale:
- healthy: status_exclude=stale & has_anomaly=false & mining_modes_not_in=sleep
- abnormal: status_exclude=stale & has_anomaly=true
- sleep: status_exclude=stale & has_anomaly=false & mining_modes_in=sleep
- stale: status=stale
- abnormal subtype <type> (each key of by_abnormal_type: fan, power, temperature, hashboard, network, firmware, unknown, control_board, pool, low_hashrate): status_exclude=stale & anomaly_filters=<type>
GET
Get Miner Stats
Authorizations
Clerk Machine API Key for authentication