List Miner Tasks
Returns task history for a specific miner
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
Query Parameters
Page number (default: 1)
x >= 11
Number of items per page (default: 10, max: 10000)
1 <= x <= 1000010
Miner task name
agent.scan.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.asset.update, miner.asset.delete, miner.rack_location.update Task execution status. created = enqueued but not yet picked up by an agent; queuing = accepted by the agent and waiting in its local queue; pending = actively executing on the miner; succeed = finished successfully; failed = finished with an error; timed_out = exceeded its execution deadline; cancelled = aborted before completion.
created, queuing, pending, succeed, failed, timed_out, cancelled Start time for task history in ISO 8601 format with timezone offset. Must be within the last 7 days. Defaults to 7 days ago if not provided
"YYYY-MM-DDTHH:MM:SSZ"
End time for task history in ISO 8601 format with timezone offset. Must be within the last 7 days. Defaults to now if not provided
"YYYY-MM-DDTHH:MM:SSZ"