List Task Batches
Tasks
List Task Batches
Returns a paginated list of task batches for the specified farm
GET
List Task Batches
Authorizations
Clerk Machine API Key for authentication
Query Parameters
Page number (default: 1)
Required range:
x >= 1Example:
1
Number of items per page (default: 10, max: 10000)
Required range:
1 <= x <= 10000Example:
10
Filter by one or more task names separated by commas.
Task or event type dispatched to miners or agents. Execution types: miner.system.reboot, miner.log.get, miner.light.update, miner.power_mode.update, miner.pool.update, miner.pool.lock, miner.firmware.update, agent.scan.create, agent.ip_diagnosis.create, agent.self.update. Event types: miner.tags.update, miner.record.delete, miner.rack_location.update.
Available options:
agent.scan.create, agent.ip_diagnosis.create, agent.self.update, miner.system.reboot, miner.log.get, miner.light.update, miner.power_mode.update, miner.pool.update, miner.pool.lock, miner.firmware.update, miner.tags.update, miner.record.delete, miner.rack_location.update Example:
"miner.system.reboot,miner.pool.update"