Get miner details (batch)
Returns detailed information for up to 500 miners scoped to a single site in a single request. Designed for polling workflows that would otherwise exceed rate limits with one-at-a-time GETs. Access is gated by two checks: the caller must have commander-read on `site_id`, and on every site that the requested `miner_ids` belong to — any miner ID owned by a site the caller can't read causes the whole request to return 403. Unknown miner IDs (that don't exist anywhere) are silently omitted from the response. Lift metrics may report 0 for miners that have been offline for more than an hour.
Authorization
authorization<token>Use your API key here.
In: header
Request Body
application/jsonRequiredsite_idRequiredstringSite UUID. All miner_ids must belong to this site.
"uuid"miner_idsRequiredarray<string>List of miner IDs to fetch (max 500). Duplicates are removed.
Default Response