Search Miners
Search miners in the farm with operator-object filters. Supports agent_id, sn, mac, and lifecycle_statuses criteria. health_statuses is deprecated — still accepted in the body for backward compatibility but ignored at runtime. Omit body for an unfiltered first-page list.
Documentation Index
Fetch the complete documentation index at: https://docs.nonce.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Clerk Machine API Key for authentication
Body
String filter operators. Provide at least one operator.
{ "contains": "S19" }String filter operators. Provide at least one operator.
{ "contains": "S19" }String filter operators. Provide at least one operator.
{ "contains": "S19" }Enum or ID filter operators. Provide at least one operator.
{ "in": ["online", "offline"] }Enum or ID filter operators. Provide at least one operator.
{ "in": ["online", "offline"] }Filter miners by IPv4 ranges. A miner matches if its IP falls into any of the provided ranges. Each item accepts one of: single address 192.168.1.5, CIDR 192.168.1.0/24, or hyphen range 192.168.1.1-192.168.1.254. At most 10 ranges per request.
10^(?:(?:(25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?)\/(?:3[0-2]|[12]?\d)|(?:(25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?)-(?:(25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:(25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?))$[
"192.168.1.5",
"192.168.144.0/24",
"10.0.0.1-10.0.0.50"
]1 <= x <= 90071992547409911 <= x <= 10000